-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Change "HTTP/3" to "HTTP/3.0". #3439
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3439 +/- ##
=======================================
Coverage 85.69% 85.69%
=======================================
Files 135 135
Lines 9955 9955
=======================================
Hits 8530 8530
Misses 1048 1048
Partials 377 377
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Very nice, thanks! When should we update Caddy to get this patch? |
@mholt Sorry for the late reply. We'll be releasing a new minor version (v0.28.0) in the next couple of days. |
No worries, and that's great, thanks! |
See caddyserver/caddy#4819 for context.
go's
http.ParseHTTPVersion
is unable to parseHTTP/3
. This causes issues when using caddy as a reverse proxy to a go fastcgi server usingnet/http/fcgi
.Found instances of "HTTP/3" to change using grep: