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
The timeout configured in the client only uses s.setSoTimeout(timeout); -- this timeout only affects read
This means that the timeout does not change for connecting to the clamav host, as you would expect, which instead relies on the default timeouts. They can be very long.
I've created a patch to address this, which I believe works, but you would want to verify.
The text was updated successfully, but these errors were encountered:
The timeout configured in the client only uses
s.setSoTimeout(timeout);
-- this timeout only affects readThis means that the timeout does not change for connecting to the clamav host, as you would expect, which instead relies on the default timeouts. They can be very long.
I've created a patch to address this, which I believe works, but you would want to verify.
The text was updated successfully, but these errors were encountered: