moved becbuf from hio to htts

This commit is contained in:
2023-02-21 01:08:28 +09:00
parent 2ecfc9be39
commit d055e7b0d5
9 changed files with 42 additions and 59 deletions

View File

@@ -78,6 +78,8 @@ struct hio_svc_htts_t
hio_bch_t* server_name;
hio_bch_t server_name_buf[64];
hio_becs_t* becbuf; /* temporary buffer for any work */
int fcgic_tmout_set;
hio_svc_fcgic_tmout_t fcgic_tmout;
};