MCPcopy Create free account
hub / github.com/FISCO-BCOS/FISCO-BCOS / run

Method run

bcos-boostssl/bcos-boostssl/httpserver/HttpSession.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 HTTP_SESSION(DEBUG) << LOG_KV("[DELOBJ][HTTPSESSION]", this);
16}
17void bcos::boostssl::http::HttpSession::run()
18{
19 boost::asio::dispatch(m_httpStream->stream().get_executor(),
20 boost::beast::bind_front_handler(&HttpSession::read, shared_from_this()));
21}
22void bcos::boostssl::http::HttpSession::read()
23{
24 m_parser.emplace();

Callers 4

dropMethod · 0.45
onReadPacketMethod · 0.45
onRespTimeoutMethod · 0.45
onAcceptMethod · 0.45

Calls 1

streamMethod · 0.80

Tested by

no test coverage detected