Viktar Dubiniuk
Viktar Dubiniuk
@weber-ebusiness could be related https://github.com/owncloud/core/pull/38246
up. Let this kid meet his 3rd anniversary. ## Bug description: 1. Proceed to the Automated Builds section 2. Add 25 automated build entries and click save 3. Add 26th...
@settermjd Currently it has a sample for the core assets only and it's not obvious that theming of apps is also possible it would be good to have examples for...
@jnweiger here is the C-ICAP response line by line... There is no Content-Length there: ``` 0 = "ICAP/1.0 200 OK\r\n" 1 = "Server: C-ICAP/0.4.4\r\n" 2 = "Connection: close\r\n" 3 =...
In fact we don't need the whole response - we can read it line by line until the target header is found or EOF marker. Whatever comes first.
@jnweiger I checked https://github.com/owncloud/files_antivirus/pull/445 against the content you posted above. Should work as expected now.
@jnweiger here is the response of McAfee on a clean file: ``` ICAP/1.0 204 No modification needed\r\n ISTag: "00007405-8.32.140-00009997"\r\n \r\n ---McAfee hangs here and finally returns boolean false--- ``` Neither...
~to overcome this I'd suggest to set timeout to 5 seconds in case ICAP status equals to **204**. Not that clean but should help.~ Implemented in https://github.com/owncloud/files_antivirus/pull/445 solution: on ICAP...
I can say only that timeout should be set at the sane value that considers: - desired file size limit - network speed - performance of the system that does...
for all mediaelement lovers: you are welcome to revive https://github.com/owncloud/apps/tree/master/files_videoviewer