* HTTP/1 native parser as part of the RESTCONF client
* Fixed memory error in opendir/readdir in clicon_file_dirent * Remove MAXPATH in parsers * New string-del function
This commit is contained in:
parent
0ed34b4fab
commit
dadf4a778a
53 changed files with 1061 additions and 1273 deletions
|
|
@ -36,6 +36,12 @@
|
|||
## 5.6.0
|
||||
Expected: March 2022
|
||||
|
||||
### New features
|
||||
|
||||
* HTTP/1 native parser as part of the RESTCONF client
|
||||
* Replaced libevhtp/libevent2 with internal http1 parser
|
||||
* Replace configure option `--disable-evhtp` with `--disable-http1` for disabling HTTP/1 whihc is on by default
|
||||
|
||||
### API changes on existing protocol/config features
|
||||
|
||||
Users may have to change how they access the system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue