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.
This is one of the bugfixes in the Proxygen fork of http_parser: http_parser handling of the Upgrade header isn't really correct. If it sees an Upgrade header it immediately gives an onMessageComplete callback, sets the parser state to a new message and returns. For messages with an entity body, the upgrade wouldn't take effect until after the body was sent.
The text was updated successfully, but these errors were encountered:
This is one of the bugfixes in the Proxygen fork of http_parser: http_parser handling of the Upgrade header isn't really correct. If it sees an Upgrade header it immediately gives an onMessageComplete callback, sets the parser state to a new message and returns. For messages with an entity body, the upgrade wouldn't take effect until after the body was sent.
The text was updated successfully, but these errors were encountered: