epee: use correct minor http version

This commit is contained in:
jpk68
2026-06-05 09:16:09 -04:00
parent d509c53ca8
commit 49108d7a67
@@ -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");