mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user