Homec4science

(stable) Strip "Transfer-Encoding" headers from proxied HTTP responses

Authored by epriestley <git@epriestley.com> on Jan 8 2016, 01:33.

Description

(stable) Strip "Transfer-Encoding" headers from proxied HTTP responses

This is a likely fix for HTTP clones against proxied repositories in the
cluster, although I'm not 100% sure I'm replicating it correctly.

The issue appears to be that we're proxying all the headers, including the
"Transfer-Encoding" header, although the request will already have stripped
any encoding. This might cause us to emit a "chunked" header without a
chunked body.

Auditors: chad

Details

Committed
epriestley <git@epriestley.com>Jan 8 2016, 01:35
Pushed
aubortJan 31 2017, 17:16
Parents
rPH571960e71227: (stable) Promote 2015 Week 52
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH70079f47db3d: (stable) Strip "Transfer-Encoding" headers from proxied HTTP responses (authored by epriestley <git@epriestley.com>).Jan 8 2016, 01:35