mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
connection.c: fix using uninitialized variable in build_header_response()
This commit is contained in:
@@ -1028,6 +1028,7 @@ build_header_response (struct MHD_Connection *connection)
|
||||
must_add_keep_alive = MHD_YES;
|
||||
break;
|
||||
case MHD_CONNECTION_BODY_SENT:
|
||||
response_has_keepalive = NULL;
|
||||
break;
|
||||
default:
|
||||
EXTRA_CHECK (0);
|
||||
|
||||
Reference in New Issue
Block a user