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
When setting a streamable body on a ProxyResponse, a Transfer-Encoding chunked header is added, but the Content-Type header from the origin server is not removed, leading to both headers being present, which is not allowed and makes certain http client choke.
Steps to reproduce
Call ProxyResponse.setBody() and a streamable Body.