diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index a16bf62d..d14284a1 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -2312,7 +2312,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection) | |||
2312 | case MHD_CONNECTION_FOOTERS_SENT: | 2312 | case MHD_CONNECTION_FOOTERS_SENT: |
2313 | #if HAVE_DECL_TCP_CORK | 2313 | #if HAVE_DECL_TCP_CORK |
2314 | /* done sending, uncork */ | 2314 | /* done sending, uncork */ |
2315 | { | 2315 | if (0) { |
2316 | const int val = 0; | 2316 | const int val = 0; |
2317 | setsockopt (connection->socket_fd, IPPROTO_TCP, TCP_CORK, &val, | 2317 | setsockopt (connection->socket_fd, IPPROTO_TCP, TCP_CORK, &val, |
2318 | sizeof (val)); | 2318 | sizeof (val)); |