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) {
acl::socket_stream* conn = server.accept(); // Wait for connection.
if (conn == NULl) {
if (conn == NULL) {
break;
}
std::thread thread([=] { // Start one thread to handle the connection.