php-src/ext/standard/tests/http
Nikita Popov 0e097f2c96 Fixed bug #75535
The sizeof()s for Content-Length and Transfer-Encoding were missing
the trailing ":". Apart from being generally wrong, this no longer
verified that the header actually contains a colon, leading to the
null http_header_value being used.

Additionally, in the interest of being defensive, also make sure
that http_header_value is non-null by setting it to the end of
the header line (effectively an empty string) if there is no colon.
If the following conditions are correct, this value is not going
to be used though.
2017-11-17 23:18:05 +01:00
..
bug38802.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug43510.phpt - Fixed tests in ext/standard/tests/http by adding the INI setting value 2011-11-14 01:12:23 +00:00
bug47021.phpt http_fopen_wrapper.c - Handle HTTP headers with varying white space 2017-01-07 23:54:57 +01:00
bug48929.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug53198.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug60570.phpt Introduced get_resources() function. 2014-08-20 18:29:44 +04:00
bug61548.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug65634.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug67430.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug69337.phpt fix memory leak & add test 2015-04-12 22:38:34 -07:00
bug73297.phpt Simplify ext/standard/tests/http/bug73297.phpt 2016-11-17 11:51:53 +01:00
bug75535.phpt Fixed bug #75535 2017-11-17 23:18:05 +01:00
http_response_header_04.phpt http_fopen_wrapper.c - Handle HTTP headers with varying white space 2017-01-07 23:54:57 +01:00
http_response_header_05.phpt http_fopen_wrapper.c - Handle HTTP headers with varying white space 2017-01-07 23:54:57 +01:00
ignore_errors.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
server.inc