MXS-2379: Fix maxinfo HTTP interface

Added the missing HTTP request handlers and a new JSON conversion
function.
This commit is contained in:
Markus Mäkelä
2019-03-28 13:19:24 +02:00
parent 0fa7ad8580
commit 116efb2409
6 changed files with 140 additions and 1 deletions

View File

@ -305,6 +305,7 @@ static int execute(MXS_ROUTER* rinstance, MXS_ROUTER_SESSION* router_session, GW
if (GWBUF_TYPE(queue) == GWBUF_TYPE_HTTP)
{
handle_url(instance, session, queue);
gwbuf_free(queue);
return 0;
}