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
{{ message }}
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
A server MAY send an Upgrade header field in any other response to
advertise that it implements support for upgrading to the listed
protocols, in order of descending preference, when appropriate for a
future request.
Accordingly, Apache advertises HTTP2 support with Upgrade headers in normal HTTP responses:
Per RFC7230 (which supercedes 2616):
Accordingly, Apache advertises HTTP2 support with Upgrade headers in normal HTTP responses:
However, for such upgrade advertisements, http-parser thinks an upgrade is in progress and doesn't process the body.
If an Upgrade header is present in a 200 response, it should be ignored. It's only an upgrade in a 101 response.
The text was updated successfully, but these errors were encountered: