-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
alt-svc: experimental support #3498
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bagder
force-pushed
the
bagder/alt-svc
branch
from
January 28, 2019 07:46
a90b208
to
bca4f04
Compare
bagder
force-pushed
the
bagder/alt-svc
branch
from
February 5, 2019 12:28
d24071b
to
7662c55
Compare
bagder
added a commit
that referenced
this pull request
Feb 5, 2019
bagder
force-pushed
the
bagder/alt-svc
branch
from
February 13, 2019 11:29
7662c55
to
d15ea11
Compare
bagder
added a commit
that referenced
this pull request
Feb 13, 2019
bagder
force-pushed
the
bagder/alt-svc
branch
5 times, most recently
from
February 14, 2019 22:29
0d8d8bb
to
efa4277
Compare
bagder
changed the title
[WIP] altsvc: add header parser and cache
altsvc: add header parser and cache
Feb 20, 2019
bagder
force-pushed
the
bagder/alt-svc
branch
from
February 26, 2019 16:20
c00efec
to
ac16780
Compare
bagder
changed the title
altsvc: add header parser and cache
alt-svc: experimental support
Feb 27, 2019
Rebased and polished for merge. If this doesn't trigger anything major, I will merge this as EXPERIMENTAL code in a day or two. Disabled by default. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the
alt-svc:
parser. This is a prerequisite to allow upgrading to HTTP/3 correctly but can be used for other HTTP versions as well.Status:
Alt-Svc:
response headers, includingma
,clear
andpersist
.Alt-Svc:
response headersconfigure --enable-alt-svc
only, feature marked as EXPERIMENTALCURLOPT_ALTSVC_CTRL
CURLOPT_ALTSVC
CURLOPT_ALTSVC_CTRL
CURLOPT_ALTSVC
--alt-svc
CURL_VERSION_ALTSVC
curl -V
show 'alt-svc' as a feature if built-incurl --alt-svc [file]
to enable caching, using that filetests/runtests.pl
able to filter tests on the featurealt-svc
Left to work on after first merge
clear
(should override them all)Age:
value for caching age as per specCURLALTSVC_IMMEDIATELY
supportCURLALTSVC_ALTUSED
supportThere are probably a few more details too still missing.
The Alt-Svc spec
Planned curl alt-svc API