Jamie Bradley
Jamie Bradley
Hi - just to say I forked the repo and applied this fix and it works great.
@rang501 will removing the chunking cause issues for large files though?
Drupal source code here, for anyone working on this project https://github.com/stemount/clamav-drupal-rest/blob/master/src/Scanner/DaemonUnixSocket.php
Non-chunking version of the method is below. I don't think the chunking is necessary actually because stream_copy_to_stream does this internally anyway. ```php public function fileScanInStream(string $file): bool { $file_handler =...