You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
From the IEEE 2030.5-2018 Specification:
Currently, the handling of these early hints on the client-side are not supported by our HTTP library:
hyperium/hyper#2565
The text was updated successfully, but these errors were encountered: