Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ run
Method
run
app/master/tools/master_dispatch/server/status/HttpClient.cpp:22–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
// 基类虚函数
21
22
void* HttpClient::run()
23
{
24
if (send() == false)
25
logger_error(
"send to %s error"
, server_addr_.c_str());
26
27
if (auto_free_)
28
delete this;
29
30
return NULL;
31
}
32
33
bool HttpClient::send()
34
{
Callers
6
i
Function · 0.45
cW
Function · 0.45
m
Function · 0.45
build
Function · 0.45
on_accept
Method · 0.45
rpc_run
Method · 0.45
Calls
2
send
Function · 0.50
c_str
Method · 0.45
Tested by
no test coverage detected