-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38608/
-----------------------------------------------------------
(Updated Oct. 2, 2015, 11:49 p.m.)
Review request for mesos, Benjamin Hindman, Jie Yu, and Vinod Kone.
Changes
-------
Close the socket upon send error.
Bugs: MESOS-3332
https://issues.apache.org/jira/browse/MESOS-3332
Repository: mesos
Description
-------
In order to support connection re-use and pipelining of requests on a shared
connection, this introduces the notion of an http::Connection.
Diffs (updated)
-----
3rdparty/libprocess/include/process/http.hpp
ba3f0bc7df33795e332c374fbad04106b9d56416
3rdparty/libprocess/src/http.cpp d9925333f25491f92495bf11315237f54a0a2015
3rdparty/libprocess/src/tests/http_tests.cpp
c380f356548cf9f5491044bccabcd9c66ad5f55a
Diff: https://reviews.apache.org/r/38608/diff/
Testing
-------
Added tests.
Thanks,
Ben Mahler