MCPcopy Create free account
hub / github.com/apache/mesos / ConnectionProcess

Method ConnectionProcess

3rdparty/libprocess/src/http.cpp:1215–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213{
1214public:
1215 ConnectionProcess(const network::Socket& _socket)
1216 : ProcessBase(ID::generate("__http_connection__")),
1217 socket(_socket),
1218 sendChain(Nothing()),
1219 close(false) {}
1220
1221 Future<Response> send(const Request& request, bool streamedResponse)
1222 {

Callers

nothing calls this directly

Calls 2

generateFunction · 0.85
NothingClass · 0.85

Tested by

no test coverage detected