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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index a73c378f..1792d678 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2097,6 +2097,7 @@ build_header_response (struct MHD_Connection *connection)
2097 } 2097 }
2098 /* The "Connection:" header */ 2098 /* The "Connection:" header */
2099 mhd_assert (! use_conn_close || ! use_conn_k_alive); 2099 mhd_assert (! use_conn_close || ! use_conn_k_alive);
2100 mhd_assert (! use_conn_k_alive || ! use_conn_close);
2100 if (0 == (r->flags_auto & MHD_RAF_HAS_CONNECTION_HDR)) 2101 if (0 == (r->flags_auto & MHD_RAF_HAS_CONNECTION_HDR))
2101 { 2102 {
2102 if (use_conn_close) 2103 if (use_conn_close)