We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b19ae3 commit 8dbae45Copy full SHA for 8dbae45
main/SAPI.c
@@ -324,6 +324,7 @@ SAPI_API void sapi_activate_headers_only(TSRMLS_D)
324
325
/* SG(sapi_headers).http_response_code = 200; */
326
SG(sapi_headers).http_status_line = NULL;
327
+ SG(sapi_headers).mimetype = NULL;
328
SG(read_post_bytes) = 0;
329
SG(request_info).post_data = NULL;
330
SG(request_info).raw_post_data = NULL;
@@ -363,6 +364,7 @@ SAPI_API void sapi_activate(TSRMLS_D)
363
364
SG(sapi_headers).http_response_code = 200;
365
*/
366
367
368
SG(headers_sent) = 0;
369
370
0 commit comments