Test: mem.sh rm files, rm commit tests from datastore_multi

This commit is contained in:
Olof hagsand 2024-06-23 10:49:13 +02:00
parent 5b8828c530
commit 78cd42c15d
5 changed files with 10 additions and 40 deletions

View file

@ -102,7 +102,7 @@ restconf_reply_header(void *req0,
*/
if (rc->rc_proto == HTTP_2){ // NO http/2
if (strcmp(name, "Connection") == 0){
clixon_debug(CLIXON_DBG_RESTCONF, "Skip: %s: %s", name, value);
clixon_debug(CLIXON_DBG_RESTCONF, "Skip: %s", name);
goto ok;
}
}