Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZendClient breaks when receiving a HTTP/2 response (#867)
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. This results in an error. ```
- Loading branch information