Open
Description
Reference
proxy.py/proxy/common/utils.py
Lines 107 to 115 in 54e74a9
If a plugin modifies the response without updating Content-Length
header, client may see errors or at worst hang. build_http_response
must ensure that Content-Length
header matches size of response to be dispatched.