Comment 6 for bug 981332

Revision history for this message
Mike Lundy (novas0x2a) wrote : Re: glance client corrupts images on upload if a proxy is involved

Yeah, sorry, I should have included both the client-side and server-side directive when I quoted it.

It's also further complicated because Transfer-Encoding is a hop-by-hop header, so pound has to make an active effort to reuse it; since hop-by-hop headers are not implicitly passed through, "ignore" means "drop" in that case. The spec could be a little clearer there for proxies, but I think what it's doing is reasonable.