-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53486/#review155741
-----------------------------------------------------------


Fix it, then Ship it!





3rdparty/libprocess/src/decoder.hpp (line 1006)
<https://reviews.apache.org/r/53486/#comment225817>

    How about:
    
    Failed to decompress body: additional input expected



3rdparty/libprocess/src/decoder.hpp (line 1035)
<https://reviews.apache.org/r/53486/#comment225816>

    No need for the Owned here, this can just be:
    
    ```
    Option<gzip::Decompressor>
    ```


- Benjamin Mahler


On Nov. 11, 2016, 7:56 p.m., Anand Mazumdar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53486/
> -----------------------------------------------------------
> 
> (Updated Nov. 11, 2016, 7:56 p.m.)
> 
> 
> Review request for mesos and Benjamin Mahler.
> 
> 
> Bugs: MESOS-6466
>     https://issues.apache.org/jira/browse/MESOS-6466
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This would become the default de facto decoder used by libprocess
> and replace the existing `DataDecoder`.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/src/decoder.hpp 
> 76dca0b272af8591880ef220ec2dc006906fbc36 
> 
> Diff: https://reviews.apache.org/r/53486/diff/
> 
> 
> Testing
> -------
> 
> make check (tests are added in https://reviews.apache.org/r/53511/)
> 
> 
> Thanks,
> 
> Anand Mazumdar
> 
>

Reply via email to