Remove debugging file messages

This commit is contained in:
2020-12-27 19:39:00 +01:00
parent 1733ad3c1d
commit 492e6a94cb

View File

@ -180,10 +180,6 @@ int fastcgi_init(fastcgi_conn *conn, unsigned int client_num, unsigned int req_n
return -2; return -2;
} }
FILE *f = fopen("/home/lorenz/Desktop/test.dmp", "wb");
fwrite(param_buf, 1, param_len, f);
fclose(f);
header.type = FCGI_PARAMS; header.type = FCGI_PARAMS;
header.contentLengthB1 = 0; header.contentLengthB1 = 0;
header.contentLengthB0 = 0; header.contentLengthB0 = 0;