* Updated "evhtp" restconf mode
* No reliance on libevent or libevhtp, but on libssl >= 1.1 directly
* Moved out event handling to clixon event handling
* Moved out all ssl calls to clixon
* New code MUST use libevhtp from https://github.com/clixon/clixon-libevhtp.git
* This does NOT work: libevhtp from https://github.com/criticalstack/libevhtp.git
This commit is contained in:
parent
95a820c862
commit
c7e7598e3b
26 changed files with 1506 additions and 944 deletions
|
|
@ -1419,7 +1419,7 @@ xml_child_rm(cxobj *xp,
|
|||
/*! Remove this xml node from parent xml node. No freeing and node is new root
|
||||
* @param[in] xc xml child node to be removed
|
||||
* @retval 0 OK
|
||||
* @retval -1
|
||||
* @retval -1 Error
|
||||
* @note you should not remove xchild in loop (unless yoy keep track of xprev)
|
||||
*
|
||||
* @see xml_child_rm Remove a child of a node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue