mirror of
https://github.com/lxsang/ant-http
synced 2025-07-25 10:09:46 +02:00
unkown bug
This commit is contained in:
@ -163,7 +163,7 @@ int antd_send(void *src, const void* data, int len)
|
||||
break;
|
||||
}
|
||||
}
|
||||
source->attempt = 0;
|
||||
//source->attempt = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -271,7 +271,7 @@ int antd_recv(void *src, void* data, int len)
|
||||
break;
|
||||
}
|
||||
}
|
||||
source->attempt = 0;
|
||||
//source->attempt = 0;
|
||||
/*
|
||||
int stat, r, st;
|
||||
do{
|
||||
|
Reference in New Issue
Block a user