MCPcopy 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
44void http_client::wait(void)
45{
46 reset();
47
48 http_hdr_req_get_async(hdr_req_, conn_, on_head, this, rw_timeout_);
49}
50
51int http_client::on_close(ACL_ASTREAM*, void* ctx)
52{

Callers 7

savetoMethod · 0.45
runMethod · 0.45
proc_on_exitMethod · 0.45
rpc_runMethod · 0.45
doRequestMethod · 0.45
proc_on_exitMethod · 0.45
accept_callbackMethod · 0.45

Calls 1

http_hdr_req_get_asyncFunction · 0.85

Tested by

no test coverage detected