diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-22 19:58:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-22 21:58:25 +0000 |
commit | 97cfe3942f67200f77f6ae9b302409075e4e5792 (patch) | |
tree | 6a7951f281ef186b63bffca3065a8bca81d6e9cd /test/stderr/2135 | |
parent | 81df60f6229e66dc8306e55ea2103e577782d984 (diff) |
Fix getting non-TLS QUIT in FIN segment
Linux was behaving oddly with the TCP_CORK method, and using MSG_MORE
is one fewer syscall.
Diffstat (limited to 'test/stderr/2135')
-rw-r--r-- | test/stderr/2135 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stderr/2135 b/test/stderr/2135 index 5a69f577f..75c7a82f8 100644 --- a/test/stderr/2135 +++ b/test/stderr/2135 @@ -63,7 +63,7 @@ writing data block fd=dddd size=sss timeout=300 SMTP<< 250 OK id=10HmaY-0005vi-00 ok=1 send_quit=1 send_rset=0 continue_more=0 yield=0 first_address is NULL SMTP>> QUIT -cmd buf flush ddd bytes +cmd buf flush ddd bytes (more expected) SMTP(close)>> >>>>>>>>>>>>>>>> Exim pid=pppp (tls-proxy) terminating with rc=0 >>>>>>>>>>>>>>>> Leaving t1 transport |