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

Support for HTTP Early Hints (1xx Responses) #1

Open
ethanndickson opened this issue Aug 6, 2023 · 0 comments
Open

Support for HTTP Early Hints (1xx Responses) #1

ethanndickson opened this issue Aug 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ethanndickson
Copy link
Owner

ethanndickson commented Aug 6, 2023

From the IEEE 2030.5-2018 Specification:

5.5.2.2 1xx (Informational)

These response codes are informational in purpose and are used to indicate that the server is continuing to
process in some fashion.
IETF RFC 7231 states, “A client MUST be able to parse one or more 1xx responses received prior to a
final response, even if the client does not expect one. A user agent MAY ignore unexpected 1xx
responses.”

Currently, the handling of these early hints on the client-side are not supported by our HTTP library:
hyperium/hyper#2565

@ethanndickson ethanndickson added the enhancement New feature or request label Aug 6, 2023
@ethanndickson ethanndickson added bug Something isn't working and removed enhancement New feature or request labels Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant