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/1157 | |
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/1157')
-rw-r--r-- | test/stderr/1157 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/1157 b/test/stderr/1157 index 368ccc07d..333527603 100644 --- a/test/stderr/1157 +++ b/test/stderr/1157 @@ -73,7 +73,7 @@ cmd buf flush ddd bytes SMTP<< 354 Enter message, ending with "." on a line by itself SMTP<< 250 OK id=10HmbC-0005vi-00 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 >>>>>>>>>>>>>>>> LOG: MAIN @@ -159,7 +159,7 @@ cmd buf flush ddd bytes SMTP<< 354 Enter message, ending with "." on a line by itself SMTP<< 250 OK id=10HmbI-0005vi-00 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 >>>>>>>>>>>>>>>> LOG: MAIN @@ -282,7 +282,7 @@ cmd buf flush ddd bytes SMTP<< 354 Enter message, ending with "." on a line by itself SMTP<< 250 OK id=10HmbO-0005vi-00 SMTP>> QUIT -cmd buf flush ddd bytes +cmd buf flush ddd bytes (more expected) SMTP(close)>> LOG: MAIN => usery@test.ex R=client T=send_to_server H=127.0.0.1 [127.0.0.1]* X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmbO-0005vi-00" |