Rename fcgi_cnx to fcgi_ctx in client struct

This commit is contained in:
2023-07-01 20:13:51 +02:00
parent 9aaa28f1ca
commit bd8e71e83d
4 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ static void init_ctx(client_ctx_t *ctx) {
ctx->proxy = NULL;
ctx->use_fastcgi = 0;
ctx->chunks_transferred = 0;
ctx->fcgi_cnx = NULL;
ctx->fcgi_ctx = NULL;
ctx->use_proxy = 0;
ctx->ws_close = 0;
ctx->proxy = NULL;