You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instream() keeps looping through the chunks until the end of the buffer, even if the clamd services responds with INSTREAM size limit exceeded. ERROR halfway through. The clamd service then closes the connection, and instream() gets an I/O exception like BrokenPipeError and never reaches the code that translates INSTREAM size limit exceeded. ERROR message into a BufferTooLongError exception.
The text was updated successfully, but these errors were encountered:
instream()
keeps looping through the chunks until the end of the buffer, even if the clamd services responds withINSTREAM size limit exceeded. ERROR
halfway through. The clamd service then closes the connection, andinstream()
gets an I/O exception likeBrokenPipeError
and never reaches the code that translatesINSTREAM size limit exceeded. ERROR
message into aBufferTooLongError
exception.The text was updated successfully, but these errors were encountered: