mirror of
https://github.com/monero-project/monero.git
synced 2026-01-31 16:54:45 +01:00
http_base: init size_t in http_request_info ctor
CID 161879
This commit is contained in:
@@ -155,7 +155,8 @@ namespace net_utils
|
|||||||
http_request_info():m_http_method(http_method_unknown),
|
http_request_info():m_http_method(http_method_unknown),
|
||||||
m_http_ver_hi(0),
|
m_http_ver_hi(0),
|
||||||
m_http_ver_lo(0),
|
m_http_ver_lo(0),
|
||||||
m_have_to_block(false)
|
m_have_to_block(false),
|
||||||
|
m_full_request_buf_size(0)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
http_method m_http_method;
|
http_method m_http_method;
|
||||||
|
|||||||
Reference in New Issue
Block a user