[pear/HTTP_Request2] 7f515e: Fix default reason phrase if header line ends with...
[email protected] ("Clemens Wei?? via pear-cvs") Mon, 30 Oct 2023 15:35:01 -0700
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/HTTP_Request2/push/refs/heads/trunk/[email protected]> |
Branch: refs/heads/trunk
Home: https://github.com/pear/HTTP_Request2
Commit: 7f515e81eae0b35e09976812fe036455955d4476
https://github.com/pear/HTTP_Request2/commit/7f515e81eae0b35e09976812fe036455955d4476
Author: Clemens Weiß <[email protected]>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M HTTP/Request2/Response.php
M tests/Request2/ResponseTest.php
Log Message:
-----------
Fix default reason phrase if header line ends with CRLF (#26)
* Fix default reason phrase if header line ends with CRLF
* Allow empty reason phrase, use default then
---------
Co-authored-by: Clemens Weiß <[email protected]>