-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
http/2 and http/3 support #349
Comments
https://nghttp2.org may be used to add HTTP/2 support |
Off topic but what is the HTTP1/1.1 library currently used by drogon? |
Drogon does not depend on other HTTP libraries |
This should be a high priority issue. Not having http2 support is a big problem. |
Drogon is really a perfect framework. But it is really a big problem that Drogon do not have http/2 support. |
Thanks for the feedback, and I agree. I think this is something we should tackle for the upcoming version 2.0. |
For when is HTTP2 support planned? |
As you can see we talked about this already a longer time ago. HTTP/2 is (compared to its predecessor) much more complex in its specification. That said, every contribution is welcome. Unfortunately there is no official ETA. |
Is this actively being worked on on any branch? |
Any updates on HTTP/3 compatibility? |
I realize HTTP 3 is a very complicated topic. Maybe its worth to check if we can add a lib that already implements it? And just wrap it in drogon? I think its necessary for a http framework to also support new http standards if the project wants to stay alive |
Yes, I agree with you, what library do you recommend? |
Yeah I was also about the suggest nghttp2/3 they were early to the party and seem to support HTTP/3 for a while now. |
I can suggest to focus on HTTP 3 only to save time. Also considering that Google MUST support the most complete implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools, they already doing it in C++ in this repository (No need to use bindings): https://github.com/google/quiche . Also QUIC was started by Google so it is most likely the standard will be best implemented and supported from within Google too - https://peering.google.com/#/learn-more/quic -> https://datatracker.ietf.org/doc/html/rfc9000 -> https://datatracker.ietf.org/doc/html/rfc9114 . Google recommends to follow their Chromium code base for client implementation and Envoy for server implementation. |
Wishing there is http/2 and possibly http3 ( http/2 + quic ) supported by Drogon.
Not sure the prediction algorithm in http/2 is complicated or not. Possible reference
The text was updated successfully, but these errors were encountered: