mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Improve MSVC 2015 compatibility
This commit is contained in:
parent
34617bcb44
commit
64f0a545fd
4 changed files with 50 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue