-
Notifications
You must be signed in to change notification settings - Fork 8
HTTP Server: make upgrade to http3 configurable #381
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
Conversation
|
Also added a fix for the CI only caching the targets but not the compiled libraries which lead to CI failures. |
This by default disables the upgrade from http2 to http3, since there were some problems discovered that need to be fixed first. By only disabling the upgrade, the functionality is still there and can be tested, but does not break for unsuspecting users. Signed-off-by: Alexander Krimm <[email protected]>
Signed-off-by: Alexander Krimm <[email protected]>
198d27b to
1600e15
Compare
RalphSteinhagen
left a comment
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.
Looks good! 👍
Please add an issue to this PR (comment) detailing what needs to be fixed for the HTTP/3 upgrade support before merging this. Thanks in advance.
|
CI passed, just hit re-run once again to make sure that the CI-cache fix is working properly |
|



This by default disables the upgrade from http2 to http3, since there were some problems discovered that need to be fixed first.
By only disabling the upgrade, the functionality is still there and can be tested, but does not break for unsuspecting users.