diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-07-19 11:50:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-07-19 11:50:52 +0000 |
commit | 14e4efd674ad0c3a40868057fb6754727a1e7b39 (patch) | |
tree | 45bf69e7bcaf6e38994f5439f18808cf3bb13e2e | |
parent | 3b384315bcb2710490bfff676544b5872957f739 (diff) | |
download | libmicrohttpd-14e4efd674ad0c3a40868057fb6754727a1e7b39.tar.gz libmicrohttpd-14e4efd674ad0c3a40868057fb6754727a1e7b39.zip |
-undo
-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 d14284a1..a16bf62d 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 | if (0) { | 2315 | { |
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)); |