MCPcopy Create free account
hub / github.com/chenshuo/muduo / FastCgiCodec

Method FastCgiCodec

examples/fastcgi/fastcgi.h:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 muduo::net::Buffer*)> Callback;
17
18 explicit FastCgiCodec(const Callback& cb)
19 : cb_(cb),
20 gotRequest_(false),
21 keepConn_(false)
22 {
23 }
24
25 void onMessage(const muduo::net::TcpConnectionPtr& conn,
26 muduo::net::Buffer* buf,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected