Merge branch '2.3' into develop

This commit is contained in:
Markus Mäkelä
2019-06-19 13:28:58 +03:00
7 changed files with 84 additions and 42 deletions

View File

@ -420,6 +420,7 @@ bool mxs_admin_init()
void mxs_admin_shutdown()
{
MHD_stop_daemon(http_daemon);
MXS_NOTICE("Stopped MaxScale REST API");
}
bool mxs_admin_https_enabled()