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

@ -36,7 +36,7 @@ typedef struct {
long content_length;
char *msg_buf, *msg_buf_ptr, msg_content[1024];
proxy_ctx_t *proxy;
void *fcgi_cnx;
void *fcgi_ctx;
} client_ctx_t;
typedef struct {