Release 3.1.2

This commit is contained in:
George Wang 2022-08-16 12:16:46 -04:00
parent 5f073670ba
commit 6efb8c5235
10 changed files with 46 additions and 63 deletions

View file

@ -1,3 +1,13 @@
2022-08-16
- 3.1.2
- Update ls-qpack to 2.4.0 to address a use-after-free bug
- Address a few corner cases that trigger assert failures.
- Properly handle unexpected large packet for gQUIC.
- Fix memory leak in shared hash interface
- Fix IPv6 MTU detection
- Fix wrong size used in packet regeneration.
2022-05-13
- 3.1.1
- Fix memory leak in processing stream frames (isse #368)