fixed more issues in fcgi handling

This commit is contained in:
2023-02-20 17:08:41 +09:00
parent 439d9c1220
commit a2d047a676
14 changed files with 231 additions and 63 deletions

View File

@@ -77,6 +77,9 @@ struct hio_svc_htts_t
hio_bch_t* server_name;
hio_bch_t server_name_buf[64];
int fcgic_tmout_set;
hio_svc_fcgic_tmout_t fcgic_tmout;
};
struct hio_svc_httc_t