libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit db659970f999f2a3592918e713cf916b34a64aed
parent 6b5e509ff088d05c1033c6773169d8d001991b95
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu, 30 Mar 2023 18:10:51 +0200

connection.c: cosmetics

Diffstat:
Msrc/microhttpd/connection.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -5121,6 +5121,7 @@ MHD_connection_handle_idle (struct MHD_Connection *connection) continue; } /* Response is not required anymore for this connection. */ + if (1) { struct MHD_Response *const resp = connection->rp.response;