fix the stream message parser
authorMichael Wallner <mike@php.net>
Mon, 16 Feb 2015 17:38:56 +0000 (18:38 +0100)
committerMichael Wallner <mike@php.net>
Mon, 16 Feb 2015 17:38:56 +0000 (18:38 +0100)
commit90b1ee501344343749acd04e8fba9cae30335846
tree6f4aef34c76b591182f64d9c8fd75f4003e8490c
parent0ba32eeed8cf2e610619993b52fbf0dfba61a62d
fix the stream message parser

* it could not handle a single header line without EOL
* it failed with intermediary data > 4096 bytes
php_http_message_parser.c