Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ wait
Method
wait
app/master/daemon/manage/http_client.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void http_client::wait(void)
45
{
46
reset();
47
48
http_hdr_req_get_async(hdr_req_, conn_, on_head, this, rw_timeout_);
49
}
50
51
int http_client::on_close(ACL_ASTREAM*, void* ctx)
52
{
Callers
7
saveto
Method · 0.45
run
Method · 0.45
proc_on_exit
Method · 0.45
rpc_run
Method · 0.45
doRequest
Method · 0.45
proc_on_exit
Method · 0.45
accept_callback
Method · 0.45
Calls
1
http_hdr_req_get_async
Function · 0.85
Tested by
no test coverage detected