X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_header.c;h=dfcba3c4433851983e5802e2dfc36cf2b052fec7;hb=ac85eae11f885c31e1883b3ee8b8a2443db80d86;hp=0ae381ea1469058fbd4e812effc7bcb3ccd4cb12;hpb=a41703eafb1f1bb7f2968e97d471499c986a471b;p=m6w6%2Fext-http diff --git a/php_http_header.c b/php_http_header.c index 0ae381e..dfcba3c 100644 --- a/php_http_header.c +++ b/php_http_header.c @@ -72,12 +72,12 @@ void php_http_header_to_callback(HashTable *headers, zend_bool crlf, php_http_pa } } ZEND_HASH_FOREACH_END(); - } - } else { - zend_string *zs = php_http_header_value_to_string(header); + } else { + zend_string *zs = php_http_header_value_to_string(header); - cb(cb_arg, crlf ? "%s: %s" PHP_HTTP_CRLF : "%s: %s", key.key->val, zs->val); - zend_string_release(zs); + cb(cb_arg, crlf ? "%s: %s" PHP_HTTP_CRLF : "%s: %s", key.key->val, zs->val); + zend_string_release(zs); + } } } ZEND_HASH_FOREACH_END();