edp
edp copied to clipboard
resource.js里 response.removeHeader('Transfer-Encoding') 不生效
使用proxy handler,当上游返回的header里存在Transfer-Encoding: trunked
时,该bug会导致响应头同时存在Transfer-Encoding
和 content-length
,根据RFC 7230 section 3.3,这种情况可以作为错误被抛出,node新版本采用了该做法,导致请求失败。