Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void HttpConnection::Send(const StringPiece& data) {
25
m_send_queue.push_back(data.as_string());
26
}
27
28
void HttpConnection::Close() {
29
}
Callers
1
OnWriteable
Method · 0.45
Calls
2
push_back
Method · 0.80
as_string
Method · 0.80
Tested by
no test coverage detected