-
Notifications
You must be signed in to change notification settings - Fork 539
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 103 Early Hints #196
Comments
I'm unsure if https://www.npmjs.com/package/http-parser-js supports this. |
Does Node core supports this? @mcollina do you know? |
I think Node.js core support this. |
Yeah. Node.js core supports it: nodejs/node#16644 |
@mcollina @szmarczak @delvedor I don't really see an elegant way forward given the current API to support 1xx informational responses... I am little concerned about this. Would like to try to avoid future significant breaking API changes. Maybe in the 100 Continue - Probably no big deal if we don't support. Ideas? |
If we don't support 101 should we throw on method |
Throw on 101. I'm happy with the rest. |
I assume you mean that you are happy with the status quo? i.e. no 103 support. |
I'm happy to cut a release with no 103 early hints. @trygve-lie what's your use case? |
https://evertpot.com/http/103-early-hints
Request from: #179
@trygve-lie
The text was updated successfully, but these errors were encountered: