On Wed, Apr 10, 2019 at 1:03 PM Plüm, Rüdiger, Vodafone Group <ruediger.pl...@vodafone.com> wrote: > > > -----Ursprüngliche Nachricht----- > > Von: Yann Ylavic <ylavic....@gmail.com> > > Gesendet: Mittwoch, 10. April 2019 12:49 > > > > Do user-agents support "Transfer-Encoding: gzip, chunked" currently? > > That'd be the best/easier solution I think. > > But TE is only hop-by-hop isn't it?. This would mean no e2e compression?
A proxy can still forward hop-by-hop things, e.g. mod_proxy forwards "chunked" encoding if no previous handler/input-filter reads the body. With CE or TE, if the plain response body is needed by an intermediary it will be gunziped, otherwise it probably can pass through. Regards, Yann.