> On Jan. 8, 2016, 9:30 p.m., Timothy Chen wrote: > > 3rdparty/libprocess/src/http.cpp, line 714 > > > > > > Should we also comment that we only return the first response even if there are multiples? Changed the interfaces to return a vector instead. I think we might need to decode a few responses from a string in some case. - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41961/#review113539 ----------------------------------------------------------- On Jan. 13, 2016, 6:36 a.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41961/ > ----------------------------------------------------------- > > (Updated Jan. 13, 2016, 6:36 a.m.) > > > Review request for mesos, Ben Mahler and Timothy Chen. > > > Bugs: MESOS-4296 > https://issues.apache.org/jira/browse/MESOS-4296 > > > Repository: mesos > > > Description > ------- > > Added an HTTP decode response method. This will be used to decode the response returned from curl. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/http.hpp ed708fe4b0006782a19f9c61603f152e32a02e8e > 3rdparty/libprocess/src/http.cpp 06231d96c6c99cada0cd46d6ef1e3f64039215c2 > > Diff: https://reviews.apache.org/r/41961/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jie Yu > >