mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
epee: use correct minor http version
This commit is contained in:
@@ -404,7 +404,7 @@ namespace net_utils
|
||||
boost::smatch result;
|
||||
if(boost::regex_search(m_cache, result, rexp_match_command_line, boost::match_default) && result[0].matched)
|
||||
{
|
||||
if (!analize_http_method(result, m_query_info.m_http_method, m_query_info.m_http_ver_hi, m_query_info.m_http_ver_hi))
|
||||
if (!analize_http_method(result, m_query_info.m_http_method, m_query_info.m_http_ver_hi, m_query_info.m_http_ver_lo))
|
||||
{
|
||||
m_state = http_state_error;
|
||||
MERROR("Failed to analyze method");
|
||||
|
||||
Reference in New Issue
Block a user