You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2020/11/11 16:44:51 UTC

[Bug 7183] Spamc/Spamd very slow with -z compression and ssl

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7183

mjcaley@darkarctic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjcaley@darkarctic.com

--- Comment #3 from mjcaley@darkarctic.com ---
I've had some problems with doing this as well.  It looks like the socket is
reading a static number of bytes.  Until the socket is closed it'll keep
waiting for more data.

I've made a patch that changes the read call to look for the expected number of
bytes.  Let me know what your thoughts are.

-- 
You are receiving this mail because:
You are the assignee for the bug.