-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55496/
-----------------------------------------------------------
(Updated Jan. 18, 2017, 2:44 p.m.)
Review request for mesos, Benjamin Bannier, Gilbert Song, and Jie Yu.
Changes
-------
Added a unit test and addressed issues.
Bugs: MESOS-6010
https://issues.apache.org/jira/browse/MESOS-6010
Repository: mesos
Description
-------
Some HTTP responses might not set the 'Content-Length' header. This
usually means that the message body should be read until EOF. This
will be done by an additional call of 'decoder.decode' with an empty
string.
Diffs (updated)
-----
3rdparty/libprocess/src/http.cpp e2e9b8f7563f8756ee406fecca5900d644834974
3rdparty/libprocess/src/tests/decoder_tests.cpp
87563f4fcdfaa2a33c4482533ddff24e062e603a
Diff: https://reviews.apache.org/r/55496/diff/
Testing
-------
make check
Thanks,
Jan Schlicht