Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZendClient breaks when receiving a HTTP/2 response #867

Merged
merged 1 commit into from
Dec 9, 2019

Commits on Dec 4, 2019

  1. 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. This results in an error.
    ```
    rjocoleman committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    6605fdb View commit details
    Browse the repository at this point in the history