mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
skcork
This commit is contained in:
@@ -166,8 +166,6 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
|
||||
const MHD_SCKT_OPT_BOOL_ off_val = 0;
|
||||
const MHD_SCKT_OPT_BOOL_ on_val = 1;
|
||||
|
||||
connection->sk_cork_on = true;
|
||||
|
||||
/* error handling from send_param_adapter() */
|
||||
if ((MHD_INVALID_SOCKET == s) || (MHD_CONNECTION_CLOSED == connection->state))
|
||||
{
|
||||
@@ -320,8 +318,6 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
|
||||
const MHD_SCKT_OPT_BOOL_ off_val = 0;
|
||||
struct iovec vector[2];
|
||||
|
||||
connection->sk_cork_on = true;
|
||||
|
||||
have_cork = ! connection->sk_cork_on;
|
||||
/*
|
||||
#if TCP_NODELAY
|
||||
|
||||
Reference in New Issue
Block a user