-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37998/
-----------------------------------------------------------
(Updated Sept. 23, 2015, 10:56 a.m.)
Review request for mesos, Adam B, Benjamin Hindman, Bernd Mathiske, and Till
Toenshoff.
Changes
-------
No longer WIP, opening to the community.
Summary (updated)
-----------------
Made ProcessManager::handle() a void returning method.
Bugs: MESOS-3231
https://issues.apache.org/jira/browse/MESOS-3231
Repository: mesos
Description (updated)
-------
`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
-----
3rdparty/libprocess/src/process.cpp 4afa30569b4d235637b49a624602e6b199c32e0e
Diff: https://reviews.apache.org/r/37998/diff/
Testing
-------
make check
Thanks,
Alexander Rojas