MCPcopy Create free account
hub / github.com/chen3feng/toft / Send

Method Send

net/http/server/connection.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void HttpConnection::Send(const StringPiece& data) {
25 m_send_queue.push_back(data.as_string());
26}
27
28void HttpConnection::Close() {
29}

Callers 1

OnWriteableMethod · 0.45

Calls 2

push_backMethod · 0.80
as_stringMethod · 0.80

Tested by

no test coverage detected