http_base: init size_t in http_request_info ctor

CID 161879
pull/2424/head
moneromooo-monero 7 years ago
parent c339d06a5b
commit 11f71af56c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -155,7 +155,8 @@ namespace net_utils
http_request_info():m_http_method(http_method_unknown),
m_http_ver_hi(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;

Loading…
Cancel
Save