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

http3.md: remove the experimental mention #359

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions http/versions/http3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# HTTP/3

This feature is marked **experimental** as of this time and needs to be
explicitly enabled in the build to function.
HTTP/3 is different than its predecessors in several ways. Maybe most
noticeably, HTTP/3 cannot be negotiated on the same connection like HTTP/2
can. Due to HTTP/3 using a different transport protocol, it has to set up and
negotiate a dedicated connection for it.

## QUIC

Expand Down
Loading