mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 19:37:45 +08:00
test demo
This commit is contained in:
parent
846358ee6f
commit
0c1a9d9484
@ -188,7 +188,7 @@ static void fiber_connect(ACL_FIBER *fiber acl_unused, void *ctx acl_unused)
|
||||
printf("fiber-%d: connect %s:%d error %s\r\n",
|
||||
acl_fiber_self(), __server_ip, __server_port,
|
||||
acl_last_serror());
|
||||
exit (1);
|
||||
return;
|
||||
} else {
|
||||
__total_clients++;
|
||||
printf("fiber-%d: connect %s:%d ok, clients: %d, fd: %d\r\n",
|
||||
|
0
unit_test/avl.sh
Normal file → Executable file
0
unit_test/avl.sh
Normal file → Executable file
0
unit_test/hash.sh
Normal file → Executable file
0
unit_test/hash.sh
Normal file → Executable file
0
unit_test/net.sh
Normal file → Executable file
0
unit_test/net.sh
Normal file → Executable file
0
unit_test/stack.sh
Normal file → Executable file
0
unit_test/stack.sh
Normal file → Executable file
0
unit_test/start.sh
Normal file → Executable file
0
unit_test/start.sh
Normal file → Executable file
0
unit_test/string.sh
Normal file → Executable file
0
unit_test/string.sh
Normal file → Executable file
0
unit_test/vstream.sh
Normal file → Executable file
0
unit_test/vstream.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user