aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 25d920e2..db130e18 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1277,6 +1277,7 @@ build_header_response (struct MHD_Connection *connection)
1277 must_add_chunked_encoding = false; 1277 must_add_chunked_encoding = false;
1278 must_add_keep_alive = false; 1278 must_add_keep_alive = false;
1279 must_add_content_length = false; 1279 must_add_content_length = false;
1280 content_length_len = 0; /* Mute compiler warning only */
1280 response_has_close = false; 1281 response_has_close = false;
1281 switch (connection->state) 1282 switch (connection->state)
1282 { 1283 {