Use sock in fastcgi

This commit is contained in:
2023-01-13 02:26:24 +01:00
parent add135b3ad
commit e8655102b9
9 changed files with 128 additions and 163 deletions

View File

@ -23,7 +23,8 @@
typedef struct {
int mode;
int socket;
sock socket;
int in, out, err;
unsigned short req_id;
const char *webroot;
char *out_buf;