Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TelegramMessenger/cocoon
/ run
Method
run
boost-http/http.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void run() {
32
self_ = shared_from_this();
33
asio::dispatch(strand_, [self = shared_from_this()] { self->read_next_request(); });
34
}
35
~HttpSession() {
36
}
37
Callers
2
run
Method · 0.45
init_http_server
Function · 0.45
Calls
1
read_next_request
Method · 0.95
Tested by
no test coverage detected