----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55496/#review161516 -----------------------------------------------------------
Don't merge yet, this seems to break chunked transfers. - Jan Schlicht On Jan. 13, 2017, 12:28 p.m., Jan Schlicht wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/55496/ > ----------------------------------------------------------- > > (Updated Jan. 13, 2017, 12:28 p.m.) > > > Review request for mesos, Benjamin Bannier, Gilbert Song, and Jie Yu. > > > Bugs: MESOS-6010 > https://issues.apache.org/jira/browse/MESOS-6010 > > > Repository: mesos > > > Description > ------- > > When behind a proxy, access to websites using SSL can be done by using > HTTP CONNECT tunneling. This is, for example, used when we pull images > from a Docker repository. The HTTP response of such a CONNECT request > surfaced a problem with our HTTP parser, because it doesn't have neither > any headers nor a message body. The parser expected a 'Content-Length' > header to be set in every HTTP response. We fix this by assuming that > a HTTP response doesn't have a message body when the 'Content-Length' > header isn't set. > > > Diffs > ----- > > 3rdparty/libprocess/src/decoder.hpp > 4c779d42548958e610142438a57529ccb4478053 > 3rdparty/libprocess/src/tests/decoder_tests.cpp > 87563f4fcdfaa2a33c4482533ddff24e062e603a > > Diff: https://reviews.apache.org/r/55496/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jan Schlicht > >
