----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54218/#review157540 -----------------------------------------------------------
Fix it, then Ship it! src/common/http.hpp (line 53) <https://reviews.apache.org/r/54218/#comment228165> s/the `message` argument/`message`/ src/common/http.hpp (line 62) <https://reviews.apache.org/r/54218/#comment228167> s/the `body` argument/`body`/ - Vinod Kone On Dec. 1, 2016, 3:21 a.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/54218/ > ----------------------------------------------------------- > > (Updated Dec. 1, 2016, 3:21 a.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-6472 > https://issues.apache.org/jira/browse/MESOS-6472 > > > Repository: mesos > > > Description > ------- > > The `serialize()` helper can now encode a record in 'Record-IO' > format for streaming content type. Also, `deserialize()` now > handles a streaming content type by just parsing it the body > into a corresponding protobuf. > > > Diffs > ----- > > src/common/http.hpp 378208be58d0cd141ff60a6d25a173f2793870dc > src/common/http.cpp 42af33094150001fa6741effb6b0aee1cde3c109 > > Diff: https://reviews.apache.org/r/54218/diff/ > > > Testing > ------- > > make check (these would be tested later in the chain) > > > Thanks, > > Anand Mazumdar > >
