diff options
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r-- | src/microhttpd/response.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c index 3fd98088..e12b44a8 100644 --- a/src/microhttpd/response.c +++ b/src/microhttpd/response.c | |||
@@ -1942,7 +1942,7 @@ MHD_create_response_for_upgrade (MHD_UpgradeHandler upgrade_handler, | |||
1942 | #endif | 1942 | #endif |
1943 | response->upgrade_handler = upgrade_handler; | 1943 | response->upgrade_handler = upgrade_handler; |
1944 | response->upgrade_handler_cls = upgrade_handler_cls; | 1944 | response->upgrade_handler_cls = upgrade_handler_cls; |
1945 | response->total_size = MHD_SIZE_UNKNOWN; | 1945 | response->total_size = 0; |
1946 | response->reference_count = 1; | 1946 | response->reference_count = 1; |
1947 | if (MHD_NO == | 1947 | if (MHD_NO == |
1948 | MHD_add_response_header (response, | 1948 | MHD_add_response_header (response, |