Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ onBackendMessage
Method
onBackendMessage
examples/multiplexer/multiplexer_simple.cc:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void onBackendMessage(const TcpConnectionPtr& conn, Buffer* buf, Timestamp)
192
{
193
sendToClient(buf);
194
}
195
196
void sendToClient(Buffer* buf)
197
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected