-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53487/
-----------------------------------------------------------
(Updated Nov. 22, 2016, 12:28 a.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Review comments, NNFR
Bugs: MESOS-6466
https://issues.apache.org/jira/browse/MESOS-6466
Repository: mesos
Description
-------
Old libprocess style messages and routes not supporting request
streaming read the body from the piped reader. Otherwise, the
request is forwarded to the handler when the route supports
streaming.
Review: https://reviews.apache.org/r/53487/
Diffs (updated)
-----
3rdparty/libprocess/include/process/process.hpp
f389d3d3b671e301a7ac911ad87ab13289e8c82f
3rdparty/libprocess/src/process.cpp 6dc10dfcbcb712218fa42d9c7865e00f4a6df3b9
Diff: https://reviews.apache.org/r/53487/diff/
Testing
-------
make check (Tests are added in https://reviews.apache.org/r/53490 i.e., after
we add support to the `Connection` abstraction for request streaming)
Thanks,
Anand Mazumdar