[ 
https://issues.apache.org/jira/browse/MESOS-9490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16772395#comment-16772395
 ] 

Benjamin Mahler commented on MESOS-9490:
----------------------------------------

I've updated the ticket to reflect that this is a regression in the http client 
library, introduced when StreamingResponseDecoder swapped out the old 
non-streaming response decoder in http::Connection. We could file a fresh 
ticket reflecting this bug, but for now I've just re-written this one.

> Gzip responses no longer supported via http::get.
> -------------------------------------------------
>
>                 Key: MESOS-9490
>                 URL: https://issues.apache.org/jira/browse/MESOS-9490
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Benno Evers
>            Priority: Major
>              Labels: libprocess
>
> The support for gzipped responses via {{http::get}}, {{http::request}}, etc 
> broke when {{http::Connection}} was updated to use the 
> {{StreamingResponseDecoder}}, which does not support gzip encoding.
> We could support gzip in the streaming response decoder, but we should think 
> of a way to discourage misuse (i.e. getting an infinite gzipped response).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to