| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected