mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 08:42:40 -05:00
Special handle for favicon.ico
This commit is contained in:
@@ -43,9 +43,9 @@ static const char *kUserAgent = "user-agent";
|
||||
} // namespace xmrig
|
||||
|
||||
|
||||
xmrig::HttpResponse::HttpResponse(uint64_t id) :
|
||||
xmrig::HttpResponse::HttpResponse(uint64_t id, int statusCode) :
|
||||
m_id(id),
|
||||
m_statusCode(HTTP_STATUS_OK)
|
||||
m_statusCode(statusCode)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user