Release 1.21.1

- [BUGFIX] If FIN or RST not received, don't delay stream destruction.
- [OPTIMIZATION] Speed up HPACK encoder by using same hash value to
  search static and dynamic tables.
This commit is contained in:
Dmitri Tikhonov 2019-05-06 09:40:59 -04:00
parent 7cf121d70c
commit d539a7520f
6 changed files with 195 additions and 346 deletions

View file

@ -1,3 +1,9 @@
2019-05-06
- 1.21.1
- [BUGFIX] If FIN or RST not received, don't delay stream destruction.
- [OPTIMIZATION] Speed up HPACK encoder by using same hash value to
search static and dynamic tables.
2019-04-12
- 1.21.0
- [FEATURE] Add qlog log module.