Improve MSVC 2015 compatibility

This commit is contained in:
Vort 2023-02-28 19:41:17 +02:00
parent 34617bcb44
commit 64f0a545fd
4 changed files with 50 additions and 3 deletions

View file

@ -113,7 +113,7 @@ namespace proxy {
i2p::http::URL m_ProxyURL;
i2p::http::URL m_RequestURL;
uint8_t m_socks_buf[255+8]; // for socks request/response
ssize_t m_req_len;
int m_req_len;
i2p::http::URL m_ClientRequestURL;
i2p::http::HTTPReq m_ClientRequest;
i2p::http::HTTPRes m_ClientResponse;