-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
When does vert.x support http3? #3755
Comments
we are waiting first for HTTP/3 support in Netty for this. |
Netty has preliminary http3 support, see: https://github.com/netty/netty-incubator-codec-http3 |
we're going to add it to our roadmap @re-thc |
it is actually already there as consideration vert-x3/issues#566 we should have a quick look to see how difficult it is to implement. for the moment, we are maintaining two implementations of HTTP because HTTP/1 and HTTP/2 have different APIs, that would be another API to support, so we might refactor things to ease this support |
HTTP/3 in Vert.X would be absolutely great 👍🏼 |
Thumbs up for HTTP/3 support |
IETF standardized HTTP/3 last month in RFC9000 -> https://en.wikipedia.org/wiki/HTTP/3 |
hi, do not see any documentation about http3 support. Was it implemented? Maybe at least in some pre-release mode? |
Hi,
it is not yet developped.
…On Tue, Oct 3, 2023 at 9:45 AM Alena ***@***.***> wrote:
hi, do not see any documentation about http3 support. Was it implemented?
Maybe at least in some pre-release mode?
—
Reply to this email directly, view it on GitHub
<#3755 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXDCQKE6B3YBOXEZSVXRLX5O7CFAVCNFSM4WN2LE4KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZUGQZTQNJWGYZA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Reactor-Netty feels comfortable enough to include the Netty HTTP/3 module now... https://github.com/reactor/reactor-netty/releases/tag/v1.2.0-M2 |
Following up on this feature Not sure how close netty is to http3 https://github.com/reactor/reactor-netty/releases/tag/v1.2.0-M4 |
thanks for pointing this out, we are looking forward implementing it in the near future |
FYI for People waiting on this: It's coming 🎊 |
When will vert.x support http3? Do you have a plan yet?
The text was updated successfully, but these errors were encountered: