Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instream() fails to detect "INSTREAM size limit exceeded. ERROR" as BufferTooLongError #24

Open
nilstoedtmann opened this issue Apr 21, 2021 · 1 comment

Comments

@nilstoedtmann
Copy link

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.

@lerminou
Copy link

lerminou commented Jun 5, 2023

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants