-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37998/
-----------------------------------------------------------
(Updated Nov. 16, 2015, 10:48 a.m.)
Review request for mesos, Adam B, Benjamin Hindman, Bernd Mathiske, and Till
Toenshoff.
Changes
-------
Rebasing.
Bugs: MESOS-3231
https://issues.apache.org/jira/browse/MESOS-3231
Repository: mesos
Description
-------
`ProcessManager::handle()` is a method used to process HTTP requests, its
signature returns a boolean which is not used anywhere and it doesn't allow for
asynchronous operations within handle.
Diffs (updated)
-----
3rdparty/libprocess/src/process.cpp b45b5b14cc7868d73a6fe02c02b9baf8b44b891f
Diff: https://reviews.apache.org/r/37998/diff/
Testing
-------
make check
Thanks,
Alexander Rojas