Closed tsegismont closed 2 months ago
The BodyHandler should not be added before the ProxyHandler. Otherwise, the request may hang indefinitely.
BodyHandler
ProxyHandler
We should at least document this.
@tsegismont may hang ?
Fixed the description
Fixed by 4446eb5f8
The
BodyHandler
should not be added before theProxyHandler
. Otherwise, the request may hang indefinitely.We should at least document this.