aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-30 18:10:51 +0200
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-30 18:36:14 +0200
commitdb659970f999f2a3592918e713cf916b34a64aed (patch)
tree0695e0974007f11cbff3867f2939e07ab7816a08
parent6b5e509ff088d05c1033c6773169d8d001991b95 (diff)
downloadlibmicrohttpd-db659970f999f2a3592918e713cf916b34a64aed.tar.gz
libmicrohttpd-db659970f999f2a3592918e713cf916b34a64aed.zip
connection.c: cosmetics
-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