mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
Test IO timeout.
This commit is contained in:
parent
e391b1a7de
commit
72ded83474
@ -60,7 +60,9 @@ static void echo_fiber(ACL_FIBER *, void *ctx)
|
|||||||
if (eagain >= 3) {
|
if (eagain >= 3) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
buf[ret] = 0;
|
buf[ret] = 0;
|
||||||
|
|
||||||
if (n++ < 5) {
|
if (n++ < 5) {
|
||||||
|
Loading…
Reference in New Issue
Block a user