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 a154da45..f378334c 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -5121,6 +5121,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
5121 continue; 5121 continue;
5122 } 5122 }
5123 /* Response is not required anymore for this connection. */ 5123 /* Response is not required anymore for this connection. */
5124 if (1)
5124 { 5125 {
5125 struct MHD_Response *const resp = connection->rp.response; 5126 struct MHD_Response *const resp = connection->rp.response;
5126 5127