enhanced httpd to accept a document root specified of the secure nwad prefixed with https://.
moved ssl context initialization for server from the httpd structure to the server structure
This commit is contained in:
@ -674,7 +674,7 @@ struct qse_httpd_server_t
|
||||
qse_httpd_server_dope_t dope;
|
||||
|
||||
/* set by server.open callback */
|
||||
qse_httpd_hnd_t handle;
|
||||
qse_httpd_hnd_t handle;
|
||||
|
||||
/* private */
|
||||
qse_httpd_t* httpd;
|
||||
|
Reference in New Issue
Block a user