[httpd] Main commit that adds multithreading to httpd

Also refactor streaming implementation to make it more like an output and to
let the design support multithreading.
This commit is contained in:
ejurgensen
2023-01-17 17:14:04 +01:00
parent 50a319df2b
commit bd6f38282c
14 changed files with 1300 additions and 1007 deletions

View File

@@ -880,7 +880,7 @@ rsp_request(struct httpd_request *hreq)
}
static int
rsp_init(struct event_base *evbase)
rsp_init(void)
{
snprintf(rsp_filter_files, sizeof(rsp_filter_files), "f.data_kind = %d", DATA_KIND_FILE);