Release 2.23.1

- [BUGFIX] Regression introduced in 2.22.0: use correct number of
  PNSs for IETF mini conn during promotion.
This commit is contained in:
Dmitri Tikhonov 2020-10-13 12:28:31 -04:00
parent a3e1f0d1bb
commit f198a02df8
8 changed files with 26 additions and 9 deletions

View file

@ -1,11 +1,13 @@
2020-10-13
- 2.23.0
- 2.23.1
- [FEATURE] IETF Client 0-RTT support.
- [BUGFIX] Do not schedule MTU probe on first tick.
- [BUGFIX] Parsing DATAGRAM frame.
- [BUGFIX] If push promise fails, do not invoke hset destructor.
- [BUGFIX] Client: When connections are IDed by port number, check DCID.
Fixes issue #176.
- [BUGFIX] Regression introduced in 2.22.0: use correct number of
PNSs for IETF mini conn during promotion.
- Revert the 2.22.1 lsquic_is_valid_hs_packet change. All that was
necessary is a change to the way we call it in lsquic_engine. No
change to the function itself is required.