libmicrohttpd

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

commit 0c39b804357b2572b323f63d8be0d6a0517b46c9
parent 17d613d91c8287400864afb53091b70696988559
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 17 Oct 2021 15:59:41 +0300

Removed leftover after 3a02f18ca6a66997614cebf1231c86ad33148ad2

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

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -3456,7 +3456,6 @@ static void parse_connection_headers (struct MHD_Connection *connection) { const char *clen; - struct MHD_Response *response; const char *enc; const char *end;