1
0
mirror of https://github.com/fumiama/simple-http-server.git synced 2026-06-05 00:30:23 +08:00

remove unused tag

This commit is contained in:
源文雨
2023-03-11 11:58:50 +08:00
parent 652a68229b
commit 05ebaf17d3

View File

@@ -184,7 +184,6 @@ static void accept_request(void *cli) {
execute_cgi(client, content_length, &request);
}
} while(0);
DISCARD_AND_CLOSE:
discard(client);
close(client);
}