mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
MSG_MORE fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user