Merge branch 'github-upstream-master' into gitee-master

This commit is contained in:
shuxin   zheng 2023-12-07 19:19:45 +08:00
commit af7a956599

View File

@ -214,7 +214,7 @@ void run(void) {
while (true) { while (true) {
acl::socket_stream* conn = server.accept(); // Wait for connection. acl::socket_stream* conn = server.accept(); // Wait for connection.
if (conn == NULl) { if (conn == NULL) {
break; break;
} }
std::thread thread([=] { // Start one thread to handle the connection. std::thread thread([=] { // Start one thread to handle the connection.