Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug-OpenMage#867] ZendClient breaks when receiving a HTTP/2 response
Ref magento/zf1#23 The issue is caused by the fact that the response result is checked by a regular expression that expects the Protocol version in the d.d format (for example, 1.0 or 1.1). For HTTP 2.0, the header returns a value in the format "HTTP/2 200 OK" without the decimal part.
- Loading branch information