----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61410/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. Repository: mesos Description ------- Prior to commit d5fe51c on April 11 2014, we needed to omit the 202 responses for libprocess messages because libprocess did not read the data from its message passing sockets. This change removes support for omitting the responses to old clients. This also means that any 3rdparty libprocess clients (e.g. someone's go library) need to be correctly reading from their sockets to communicate with libprocess after this change. Diffs ----- 3rdparty/libprocess/src/process.cpp af5a75950bf24059d291acfd48399ab2d55eb8c2 3rdparty/libprocess/src/tests/process_tests.cpp 30d0fb845468ff993e42a5568f57be131f0cd24b Diff: https://reviews.apache.org/r/61410/diff/1/ Testing ------- make check Thanks, Benjamin Mahler
