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
HTTP1xCodec validate all transfer-encoding header values
Summary:
* http_parser only allows "transfer-encoding" header names with "chunked" values, otherwise it does not treat the message as chunked (see https://fburl.com/code/662pef39)
* HTTP1xCodec now prevents any "transfer-encoding" headers with value other than "chunked", or if duplicate "transfer-encoding" headers are present they must all be "chunked"
Reviewed By: joanna-jo
Differential Revision: D90215312
fbshipit-source-id: 0644e8e16dd66c9ea0446f6cba730589a44371d8
0 commit comments