Test IO timeout.

This commit is contained in:
zhengshuxin 2024-03-26 11:37:30 +08:00
parent e391b1a7de
commit 72ded83474

View File

@ -60,7 +60,9 @@ static void echo_fiber(ACL_FIBER *, void *ctx)
if (eagain >= 3) {
break;
}
continue;
}
buf[ret] = 0;
if (n++ < 5) {