magento / zf1

ZF1 adopted for Magento 2. Use composer in Magento 2 root to download it.
BSD 3-Clause "New" or "Revised" License
60 stars 61 forks source link

MC-18944: ZendClient breaks when receiving an HTTP/2 response #23

Closed viktym closed 5 years ago

viktym commented 5 years ago

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.

magento-cicd2 commented 5 years ago

CLA assistant check
All committers have signed the CLA.