You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/libmicrohttpd/mhd_sockets.c-issue-5977.patch

9 lines
280 B

@@ -528,6 +528,7 @@ MHD_socket_cork_ (MHD_socket sock,
TCP_CORK always flushes socket buffer. */
if (0 > send (sock,
&dummy,
+ 0,
0))
return 0; /* even force flush failed!? */
return 1; /* success */