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

Error with HTTP2 and NGINX #71

Closed
JakeBooher opened this issue Sep 3, 2021 · 0 comments · Fixed by #72
Closed

Error with HTTP2 and NGINX #71

JakeBooher opened this issue Sep 3, 2021 · 0 comments · Fixed by #72
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@JakeBooher
Copy link
Contributor

Bug Report

Q A
Version(s) 2.5.0

Summary

Laminas\Diactoros\Exception\InvalidArgumentException: Unsupported HTTP protocol version "2.0" provided exception when enabling http2 on nginx as it passes a protocol of HTTP/2.0

Current behavior

How to reproduce

Enable http2 on nginx (Current version tested is 1.21.1)

Expected behavior

No error with HTTP/2.0

@JakeBooher JakeBooher added the Bug Something isn't working label Sep 3, 2021
@Ocramius Ocramius added this to the 2.8.0 milestone Sep 22, 2021
@Ocramius Ocramius self-assigned this Sep 22, 2021
Ocramius added a commit that referenced this issue Sep 22, 2021
Support for web servers that send HTTP2 request protocol as HTTP/2.0. Fixes #71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants