----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10073/#review18241 -----------------------------------------------------------
third_party/libprocess/src/process.cpp <https://reviews.apache.org/r/10073/#comment38453> Can you stick this up the above statement? Future<Response> response = io::read() .then() .any() this makes it more clear imo. - Vinod Kone On March 22, 2013, 4:15 a.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/10073/ > ----------------------------------------------------------- > > (Updated March 22, 2013, 4:15 a.m.) > > > Review request for mesos, Benjamin Hindman and Vinod Kone. > > > Description > ------- > > Libprocess-only change. > This was discovered via: MESOS-404. > > > This addresses bug MESOS-404. > https://issues.apache.org/jira/browse/MESOS-404 > > > Diffs > ----- > > third_party/libprocess/src/process.cpp > d5d94f433e24806690b575f7c4f6fafcf84c4ab3 > > Diff: https://reviews.apache.org/r/10073/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Ben Mahler > >
