X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c0635b6dfe65ee24c2fb8d165beabc608d2fd1a5..dec766a1977250758eb7a3e127e079a9271afd89:/src/src/deliver.c diff --git a/src/src/deliver.c b/src/src/deliver.c index 255b4d9c9..34f36cd33 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -4988,7 +4988,7 @@ all pipes, so I do not see a reason to use non-blocking IO here if (cutthrough.fd >= 0 && cutthrough.callout_hold_only) { #ifdef SUPPORT_TLS - tls_close(FALSE, FALSE); + tls_close(FALSE, TLS_NO_SHUTDOWN); #endif (void) close(cutthrough.fd); release_cutthrough_connection(US"passed to transport proc");