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
Fixed a stolen HTTP/2 request being sent to the local application over HTTP/1
without a Host header, which servers that enforce the HTTP/1.1 host
requirement answer with a 400 response before the application sees the
request.
Fixed a stolen HTTP/2 request being sent to the local application over a
pooled HTTP/1 connection, which made the protocol the application saw depend
on what was in the connection pool.