Skip to content

Commit

Permalink
Merge branch 'github-upstream-master' into gitee-master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Dec 7, 2023
2 parents bd3e8fb + 4ecb5a5 commit af7a956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af7a956

Please sign in to comment.