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

add options for http3-only transfer #10264

Merged
merged 2 commits into from Jan 12, 2023
Merged

add options for http3-only transfer #10264

merged 2 commits into from Jan 12, 2023

Conversation

bagder
Copy link
Member

@bagder bagder commented Jan 9, 2023

... and make the previous http3 become become the one that allows a fallback to a lower HTTP version if the HTTP/3 connection fails.

Reminder: HTTP/3 support is experimental. We reserve the right to do changes like this.

@bagder bagder marked this pull request as ready for review January 12, 2023 13:33
@bagder bagder requested a review from icing January 12, 2023 13:35
docs/cmdline-opts/http3-only.d Outdated Show resolved Hide resolved
docs/cmdline-opts/http3-only.d Show resolved Hide resolved
docs/cmdline-opts/http3.d Outdated Show resolved Hide resolved
docs/cmdline-opts/http3.d Outdated Show resolved Hide resolved
docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 Outdated Show resolved Hide resolved
As the previous CURL_HTTP_VERSION_3 option gets a slightly altered meaning.

Closes #10264
Warning: --http3 and --http3-only are subject to change again (or be
removed) before HTTP/3 support goes non-experimental.

Closes #10264
@bagder bagder closed this in a56d2b0 Jan 12, 2023
@bagder bagder merged commit 13991d6 into master Jan 12, 2023
@bagder bagder deleted the bagder/http3-opts branch January 12, 2023 16:57
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
As the previous CURL_HTTP_VERSION_3 option gets a slightly altered meaning.

Closes curl#10264
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
Warning: --http3 and --http3-only are subject to change again (or be
removed) before HTTP/3 support goes non-experimental.

Closes curl#10264
jcamiel added a commit to jcamiel/curl-rust that referenced this pull request Aug 10, 2023
CURL_HTTP_VERSION_3, introduced in curl 7.66.0, has changed with curl 7.88.0. Prior 7.88.0, CURL_HTTP_VERSION_3 implies no fallback if error; since 7.88.0, CURL_HTTP_VERSION_3 can fallback to HTTP/1 or HTTP/2.
There is a new flag CURL_HTTP_VERSION_3_ONLY that doesn't fallback. See curl/curl#10264.
alexcrichton pushed a commit to alexcrichton/curl-rust that referenced this pull request Aug 10, 2023
CURL_HTTP_VERSION_3, introduced in curl 7.66.0, has changed with curl 7.88.0. Prior 7.88.0, CURL_HTTP_VERSION_3 implies no fallback if error; since 7.88.0, CURL_HTTP_VERSION_3 can fallback to HTTP/1 or HTTP/2.
There is a new flag CURL_HTTP_VERSION_3_ONLY that doesn't fallback. See curl/curl#10264.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants