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
Use --insecure-http-parser to avoid issues with bad upstream responses
Previously, the server used the strict HTTP parser (introduced in Node
v12 I think?) which intentionally aggresively rejects responses that
don't strictly follow the rules, to avoid request smuggling. In our
case, we want to allow request smuggling: the response we forward should
*exactly* match the response we receive, wherever possible, even if the
response was stupid.
0 commit comments