-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
[💡FEATURE REQUEST]: Early Hints support (103 HTTP code) #918
Comments
Hey @azjezz , thanks for the FR. Likely it will be supported for the |
while early hint is currently no supported by the ecosystem ( servers mostly ), it is supported by browsers, and unlike HTTP2/push, there's no plans to remove it. from the OP: https://groups.google.com/a/chromium.org/g/blink-dev/c/K3rYLvmQUBY/m/vOWBKZGoAQAJ
Therefor, i think HTTP2/push feature of RR should be deprecated once 1xx support is accomplished. |
I guess only Google Chrome supports the Early Hints (Safari??), because according to Mozilla bugtracker, at least Firefox does not support it. But, anyway, thanks for the FR, we will track support for the Go's stdlib and when multiply writes will be supported, there are no problems to add 103 HTTP code support. |
Today is the day. GoLang 1.19 is released with supports for 103 Early Hints 🎉 |
Hey guys 👋🏻 We discussed this feature with @roxblnfk. Since I'm working on the streaming support, we would like to support |
Done in 2023.3 |
Currently, roadrunner allows sending 1 response at the time, this means we can't send early hint ( or any other 1xx ) responses.
Describe the solution you'd like
A solution to be able to send multiple responses at the time to the roadrunner server, this could be done by changing the structure of the payload to be sent ( and ofc ensuring the HTTP server itself is able to handle 1xx responses )
Describe alternatives you've considered
N/A
Additional context
ref:
The text was updated successfully, but these errors were encountered: