Process review comments

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
This commit is contained in:
Ferry Huberts 2023-08-08 09:01:43 +02:00
parent 967a6906a4
commit 152edd30d7

View File

@ -54,7 +54,7 @@ public:
typedef web::protocol::http::incoming::RequestHeadersReader RequestHeadersReader;
typedef protocol::http::utils::CommunicationUtils::ConnectionState ConnectionState;
HttpProcessor();
HttpProcessor() = default;
public: