* if curl sees a 3xx code, a Location header and a Connection:close header it decides...
authorMichael Wallner <mike@php.net>
Thu, 9 Sep 2010 12:46:51 +0000 (12:46 +0000)
committerMichael Wallner <mike@php.net>
Thu, 9 Sep 2010 12:46:51 +0000 (12:46 +0000)
commit386eac96d8be8fe55be83cb3b4a54ecd0988d24d
tree891ef36d76f3add1cb1c122800b24cab7cfded74
parentdb050ba01b0335e979fea76184d4692fe00ac53a
* if curl sees a 3xx code, a Location header and a Connection:close header it decides not to read the response body.
* fix leak with inflate stream
php_http_message_parser.c