-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38608/
-----------------------------------------------------------
(Updated Oct. 1, 2015, 12:19 a.m.)
Review request for mesos, Benjamin Hindman, Jie Yu, and Vinod Kone.
Changes
-------
Some simplifications driven by vinod's feedback.
Summary (updated)
-----------------
Added an http::Connection for connection re-use and pipelining.
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