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 bdaf5a0 commit 9308a0eCopy full SHA for 9308a0e
uv_http_parser.c
@@ -6,8 +6,6 @@ void destruct_httpparser(zend_rsrc_list_entry *rsrc TSRMLS_DC)
6
{
7
php_http_parser_context *obj = (php_http_parser_context *)rsrc->ptr;
8
9
- fprintf(stderr, "Destroying http parser\n");
10
-
11
if (obj->headers) {
12
zval_ptr_dtor(&obj->headers);
13
}
0 commit comments