Fix gh-issue #2: comparison of obsolete pointers in the header parser
authorMichael Wallner <mike@php.net>
Mon, 13 Jul 2015 08:35:44 +0000 (10:35 +0200)
committerMichael Wallner <mike@php.net>
Mon, 13 Jul 2015 08:35:44 +0000 (10:35 +0200)
Closes #2.

The eol_str pointer could become obsolete due to later usage of
php_http_buffer_fix and render the result of arithmetics against the
changed buffer->data pointer useless or harmgful.

Thanks @xiaoyjy.


No differences found