]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/tls-openssl.c
Move QUICKACK disable as early as possible in server handling
[user/henk/code/exim.git] / src / src / tls-openssl.c
index 0dfd8e01a321d56c234b884be3f390099d8d059c..0d653a445bc44bce46f44b79e0255a69ba2ad08a 100644 (file)
@@ -4147,6 +4147,8 @@ int *fdp = o_ctx ? &tls_out.active.sock : &tls_in.active.sock;
 
 if (*fdp < 0) return;  /* TLS was not active */
 
+tls_write(ct_ctx, NULL, 0, FALSE);     /* flush write buffer */
+
 if (shutdown)
   {
   int rc;