RESTCONF notification for HTTP/2 native mode

This commit is contained in:
Olof hagsand 2024-06-06 12:57:46 +02:00
parent 3579d98243
commit 25e1bade8f
8 changed files with 286 additions and 207 deletions

View file

@ -398,8 +398,8 @@ api_data(clixon_handle h,
goto done;
retval = api_return_err0(h, req, xerr, pretty, media_out, 0);
}
clixon_debug(CLIXON_DBG_RESTCONF, "retval:%d", retval);
done:
clixon_debug(CLIXON_DBG_RESTCONF, "retval:%d", retval);
if (xerr)
xml_free(xerr);
return retval;