Restconf: Added fallback mechanism for non-ALPN HTTPS
* Set `CLICON_RESTCONF_NOALPN_DEFAULT` to `http/2` or `http/1.1` * For http/1 or http/2 only, that will be the default if no ALPN is set.
This commit is contained in:
parent
5f2978d06c
commit
1f5df800bc
6 changed files with 335 additions and 42 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -42,6 +42,15 @@
|
|||
## 6.2.0
|
||||
Expected: April 2023
|
||||
|
||||
### New features
|
||||
|
||||
### API changes on existing protocol/config features
|
||||
|
||||
Users may have to change how they access the system
|
||||
|
||||
* New `clixon-config@2022-12-01.yang` revision
|
||||
* Added options: `CLICON_RESTCONF_NOALPN_DEFAULT`
|
||||
|
||||
### C/CLI-API changes on existing features
|
||||
Developers may need to change their code
|
||||
|
||||
|
|
@ -51,8 +60,13 @@ Developers may need to change their code
|
|||
|
||||
### Minor features
|
||||
|
||||
* Restconf: Added fallback mechanism for non-ALPN HTTPS
|
||||
* Set `CLICON_RESTCONF_NOALPN_DEFAULT` to `http/2` or `http/1.1`
|
||||
* For http/1 or http/2 only, that will be the default if no ALPN is set.
|
||||
* Fixed: [Add support decimal64 for SNMP](https://github.com/clicon/clixon/pull/422)
|
||||
|
||||
### Corrected Bugs
|
||||
|
||||
## 6.1.0
|
||||
19 Feb 2023
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue