Begin removing several dependencies on Config object
Este commit está contenido en:
@@ -19,7 +19,7 @@ class HttpGateway : public GatewayInterface
|
||||
uint64_t maxPayloadLength;
|
||||
|
||||
public:
|
||||
HttpGateway(const Config &config);
|
||||
HttpGateway(std::string listenaddr, int port, uint64_t maxPayloadLength);
|
||||
bool keepReading() override;
|
||||
void work(RequestWorker &worker) override;
|
||||
};
|
||||
|
Referencia en una nueva incidencia
Block a user