Init conf

This commit is contained in:
2023-01-03 19:23:44 +01:00
parent 490c8a2ae0
commit ec6457465c

View File

@ -50,6 +50,7 @@ static int request_handler(client_ctx_t *ctx) {
err_msg[0] = 0;
ctx->conf = NULL;
ctx->file = NULL;
ctx->proxy = NULL;
ctx->use_fastcgi = 0;