mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
connection.c: Ensure that variable is initialized
This commit is contained in:
@@ -1732,6 +1732,8 @@ setup_reply_properties (struct MHD_Connection *connection)
|
||||
c->keepalive = MHD_CONN_MUST_CLOSE;
|
||||
}
|
||||
}
|
||||
else
|
||||
use_chunked = false; /* Actually it must not be used without body */
|
||||
|
||||
c->rp_props.chunked = use_chunked;
|
||||
c->rp_props.set = true;
|
||||
|
||||
Reference in New Issue
Block a user