Change HttpResponse creation method.

This commit is contained in:
XMRig
2019-03-29 12:56:34 +07:00
parent 9c62e8217a
commit 5f58f1c3f9
9 changed files with 55 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ public:
protected:
void onConfigChanged(Config *config, Config *previousConfig) override;
void onHttp(const HttpRequest &req, HttpResponse &res) override;
void onHttpRequest(const HttpRequest &req) override;
private:
Controller *m_controller;