From 64a7fb5eea4bd703089d7b8bcf356ccd590745eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:38:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0lo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server.c b/server.c index b30f2f1..a1f6f48 100644 --- a/server.c +++ b/server.c @@ -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]);