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:
@ -1635,7 +1635,7 @@ int qse_httpd_loop (qse_httpd_t* httpd)
|
||||
|
||||
if (httpd->server.list.head == QSE_NULL)
|
||||
{
|
||||
httpd->errnum = QSE_HTTPD_EINVAL;
|
||||
httpd->errnum = QSE_HTTPD_ENOSVR;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user