mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
mhd_send: fixed wrong post-send options parameters
This commit is contained in:
+1
-1
@@ -812,7 +812,7 @@ mhd_plain_send (struct MHD_Connection *restrict c,
|
||||
* MSG_MORE support) will be used for the next reply so assume
|
||||
* that next sending will be the same, like this call. */
|
||||
if (push_data && full_buf_sent)
|
||||
post_send_setopt (c, false, push_data);
|
||||
post_send_setopt (c, true, push_data);
|
||||
|
||||
return mhd_SOCKET_ERR_NO_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user