Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ handle
Method
handle
3rdparty/libprocess/src/http_proxy.cpp:83–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
void HttpProxy::handle(const Future<Response>& future, const Request& request)
84
{
85
items.push(new Item(request, future));
86
87
if (items.size() == 1) {
88
next();
89
}
90
}
91
92
93
void HttpProxy::next()
Callers
nothing calls this directly
Calls
3
push
Method · 0.80
next
Function · 0.70
size
Method · 0.45
Tested by
no test coverage detected