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

@@ -11,6 +11,8 @@ class FastCGIRequest {
public:
FastCGIRequest(uint16_t request_id, FastCGIConn *conn);
uint16_t RequestId();
void AddParam(const std::string_view& key, const std::string_view& value);
void AddIn(const std::string_view& in);