Release 1.21.2

- [OPTIMIZATION] HPACK: use history to improve compression performance
This commit is contained in:
Dmitri Tikhonov 2019-05-13 08:51:39 -04:00
parent d539a7520f
commit 8cba36d873
6 changed files with 241 additions and 58 deletions

View file

@ -1,3 +1,7 @@
2019-05-13
- 1.21.2
- [OPTIMIZATION] HPACK: use history to improve compression performance
2019-05-06
- 1.21.1
- [BUGFIX] If FIN or RST not received, don't delay stream destruction.