-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53487/
-----------------------------------------------------------
(Updated Nov. 8, 2016, 8:23 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Updated Testing Done
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.
Diffs
-----
3rdparty/libprocess/include/process/process.hpp
f389d3d3b671e301a7ac911ad87ab13289e8c82f
3rdparty/libprocess/src/process.cpp ab2b5a9d38a3001d6a5daa1807fecb630c4b154d
Diff: https://reviews.apache.org/r/53487/diff/
Testing (updated)
-------
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