mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
fixed typo
This commit is contained in:
parent
a52344fc01
commit
6519e0835a
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ namespace client
|
||||||
std::string response;
|
std::string response;
|
||||||
uint8_t recv_buf[4096];
|
uint8_t recv_buf[4096];
|
||||||
bool end = false;
|
bool end = false;
|
||||||
int numAttempts = 5;
|
int numAttempts = 0;
|
||||||
while (!end)
|
while (!end)
|
||||||
{
|
{
|
||||||
stream->AsyncReceive (boost::asio::buffer (recv_buf, 4096),
|
stream->AsyncReceive (boost::asio::buffer (recv_buf, 4096),
|
||||||
|
|
Loading…
Add table
Reference in a new issue