connection.c: Ensure that variable is initialized

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-08-25 17:17:41 +03:00
parent 79868fab86
commit d478fcfb48
+2
View File
@@ -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;