1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 14:02:53 -05:00

xmrig v6.3.2 merge

This commit is contained in:
MoneroOcean
2020-08-20 08:57:55 -07:00
25 changed files with 473 additions and 57 deletions

View File

@@ -126,6 +126,10 @@ bool xmrig::HttpContext::isRequest() const
size_t xmrig::HttpContext::parse(const char *data, size_t size)
{
if (size == 0) {
return size;
}
return http_parser_execute(m_parser, &http_settings, data, size);
}