-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37998/
-----------------------------------------------------------
(Updated Nov. 5, 2015, 6:07 p.m.)
Review request for mesos, Adam B, Benjamin Hindman, Bernd Mathiske, and Till
Toenshoff.
Changes
-------
rebase
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 a94712b9ac3b60fb047b3a5a4d84a56fa4d02313
Diff: https://reviews.apache.org/r/37998/diff/
Testing
-------
make check
Thanks,
Alexander Rojas