fastcgi: Fix race condition when closing FastCGI connections

This commit is contained in:
2026-06-02 17:38:34 +02:00
parent dbfe0a65a5
commit dc417207a7
4 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ typedef struct {
typedef struct {
unsigned char closed:4;
client_ctx_t *client;
char log_prefix[128];
fastcgi_cnx_t cnx;
} fastcgi_ctx_t;