aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 3f47c924..77ccfbfb 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1400,9 +1400,9 @@ build_header_response (struct MHD_Connection *connection)
1400 else 1400 else
1401 { 1401 {
1402 /* Keep alive or chunking not possible 1402 /* Keep alive or chunking not possible
1403 => set close header if not present */ 1403 => set close header (we know response_has_close
1404 if (! response_has_close) 1404 is false here) */
1405 must_add_close = true; 1405 must_add_close = true;
1406 } 1406 }
1407 } 1407 }
1408 1408