-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53489/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-6466
https://issues.apache.org/jira/browse/MESOS-6466
Repository: mesos
Description
-------
This required modifications to the `encode()` method to return
a `Pipe::Reader` instead of the request body. The `send()` then
reads from this pipe to send the request via the socket.
Diffs
-----
3rdparty/libprocess/src/http.cpp b5ddac9f1970358f8232a481431507242052d294
Diff: https://reviews.apache.org/r/53489/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar