MSG_MORE fix

This commit is contained in:
ng0
2019-07-30 09:04:16 +00:00
parent 4682921801
commit 919c6d4e52
+1 -1
View File
@@ -250,7 +250,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
{
/* plaintext transmission */
pre_cork_setsockopt (connection, want_cork);
#if MSG_MORE
#if HAVE_MSG_MORE
ret = send (s,
buffer,
buffer_size,