Release 2.14.2

- [BUGFIX] Use ls-qpack 2.0.4
- [BUGFIX] Honor max packet size on the client and when path changes.
- http_server: fix prepare_decode() function.
This commit is contained in:
Dmitri Tikhonov 2020-04-08 12:51:04 -04:00
parent 77a28812de
commit 7ae4a10d41
7 changed files with 58 additions and 8 deletions

View file

@ -1,3 +1,9 @@
2020-04-08
- 2.14.2
- [BUGFIX] Use ls-qpack 2.0.4
- [BUGFIX] Honor max packet size on the client and when path changes.
- http_server: fix prepare_decode() function.
2020-04-07
- 2.14.1
- [BUGFIX] Place connections on tickable queue when sending is reenabled.