1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00
Files
Adam Harvey 604de67b7d Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.
2014-07-07 20:36:06 +00:00
..
2008-09-30 15:11:05 +00:00
2012-11-14 16:20:59 +01:00
2011-05-05 18:30:14 +00:00
2013-03-28 18:42:01 +01:00
2012-04-19 20:05:30 -03:00
2012-04-21 10:15:35 +08:00