MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / ~HttpSession

Method ~HttpSession

boost-http/http.cpp:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 asio::dispatch(strand_, [self = shared_from_this()] { self->read_next_request(); });
34 }
35 ~HttpSession() {
36 }
37
38 private:
39 enum class WriteType { Headers, Chunk, Final };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected