History log of /php-src/ext/soap/tests/bugs/bug61525.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7771ec07 07-Sep-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix bug #61525: SOAP functions require at least one space after HTTP header colon

HTTP/1.1 does not require a single whitespace after the colon, and
SoapServer does implement HTTP/1.1. T

Fix bug #61525: SOAP functions require at least one space after HTTP header colon

HTTP/1.1 does not require a single whitespace after the colon, and
SoapServer does implement HTTP/1.1. The header value is already correctly
whitespace-trimmed, so no behaviour change happens w.r.t. header values.

Closes GH-15793.

show more ...