Clean up logging, anti-multiplexing checks

This commit is contained in:
Ian Gulliver
2019-04-28 20:40:00 +00:00
parent 4ec3eb2066
commit b444bc5964
4 changed files with 12 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ class FastCGIConn {
const int sock_;
std::function<void(std::unique_ptr<FastCGIRequest>)> callback_;
uint64_t requests_ = 0;
StreamBuffer buf_;
std::unique_ptr<FastCGIRequest> request_;