1
0
mirror of https://github.com/fumiama/simple-http-server.git synced 2026-06-05 00:30:23 +08:00
This commit is contained in:
源文雨
2021-06-08 14:38:02 +08:00
parent b660869a17
commit 64a7fb5eea

View File

@@ -272,6 +272,7 @@ static void execute_cgi(int client, const char *path, const char *method, const
#else
sendfile(client, cgi_output[0], &len, cnt);
#endif
printf("cgi send %d bytes\n", len);
}
close(cgi_output[0]);