Index: http.c =================================================================== --- http.c (revision 5743) +++ http.c (working copy) @@ -1809,6 +1809,16 @@ return (1); /* + * Flush pending data, if any... + */ + + if (http->wused) + { + if (httpFlushWrite(http) < 0) + return (0); + } + + /* * If not, check the SSL/TLS buffers and do a select() on the connection... */