mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +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) {
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
buf[ret] = 0;
|
||||
|
||||
if (n++ < 5) {
|
||||
|
Loading…
Reference in New Issue
Block a user