diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index e3880e8a..0c21bc57 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -413,7 +413,8 @@ MHD_set_connection_value (struct MHD_Connection *connection, | |||
413 | */ | 413 | */ |
414 | const char * | 414 | const char * |
415 | MHD_lookup_connection_value (struct MHD_Connection *connection, | 415 | MHD_lookup_connection_value (struct MHD_Connection *connection, |
416 | enum MHD_ValueKind kind, const char *key) | 416 | enum MHD_ValueKind kind, |
417 | const char *key) | ||
417 | { | 418 | { |
418 | struct MHD_HTTP_Header *pos; | 419 | struct MHD_HTTP_Header *pos; |
419 | 420 | ||
@@ -2772,7 +2773,6 @@ MHD_connection_handle_idle (struct MHD_Connection *connection) | |||
2772 | /* Buffering for flushable socket was already enabled*/ | 2773 | /* Buffering for flushable socket was already enabled*/ |
2773 | if (MHD_NO == socket_flush_possible (connection)) | 2774 | if (MHD_NO == socket_flush_possible (connection)) |
2774 | socket_start_no_buffering (connection); | 2775 | socket_start_no_buffering (connection); |
2775 | |||
2776 | break; | 2776 | break; |
2777 | } | 2777 | } |
2778 | /* not ready, no socket action */ | 2778 | /* not ready, no socket action */ |