mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-12 01:42:48 -05:00
Change HttpResponse creation method.
This commit is contained in:
@@ -38,7 +38,7 @@ class IHttpListener
|
||||
public:
|
||||
virtual ~IHttpListener() = default;
|
||||
|
||||
virtual void onHttp(const HttpRequest &req, HttpResponse &res) = 0;
|
||||
virtual void onHttpRequest(const HttpRequest &req) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user