diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-07 20:43:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-08 08:24:37 +0200 |
commit | 98c3f14871d1de77d1f9704e2f309aef9be33553 (patch) | |
tree | 8acbc5d678b57573078057c1af5c66e053c8ac9e /docs/libcurl/symbols-in-versions | |
parent | 026840e35c7359c23741afe633bd3ab4b121c4ed (diff) |
alt-svc: send Alt-Used: in redirected requests
RFC 7838 section 5:
When using an alternative service, clients SHOULD include an Alt-Used
header field in all requests.
Removed CURLALTSVC_ALTUSED again (feature is still EXPERIMENTAL thus
this is deemed ok).
You can disable sending this header just like you disable any other HTTP
header in libcurl.
Closes #4199
Diffstat (limited to 'docs/libcurl/symbols-in-versions')
-rw-r--r-- | docs/libcurl/symbols-in-versions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index 9a4cec2b0..7897d7c2f 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -12,7 +12,6 @@ Name Introduced Deprecated Removed -CURLALTSVC_ALTUSED 7.64.1 CURLALTSVC_H1 7.64.1 CURLALTSVC_H2 7.64.1 CURLALTSVC_H3 7.64.1 |