restconf fcgi refactoring and generalizing restconf tests for evhtp

This commit is contained in:
Olof hagsand 2020-06-19 15:19:03 +02:00
parent ee29452d24
commit 126cc209f4
15 changed files with 173 additions and 620 deletions

View file

@ -441,6 +441,7 @@ clixon_restconf_param_set(clicon_handle h,
char *param,
char *val)
{
clicon_debug(1, "%s=%s", param, val);
return clicon_data_set(h, param, val);
}