Release 2.13.1 - fix a few minor issues flagged by Coverity

This commit is contained in:
Dmitri Tikhonov 2020-03-12 10:54:58 -04:00
parent e57d2b2724
commit ea822d0d31
6 changed files with 11 additions and 5 deletions

View file

@ -1,9 +1,9 @@
2020-03-12
- 2.13.0
- 2.13.1
- [API] Use lsxpack_header structure to process incoming headers.
- [BUGFIX] Fix assertion when zero-padding Initial packet.
- [BUGFIX] Use idle timeout before we learn of peer's value.
- Use ls-hpack 2.0.0 -- has lsxpack_header changes.
- Use ls-hpack 2.0.1 -- has lsxpack_header changes.
- Use ls-qpack 0.14.0 -- new, common with ls-hpack, XXH seed (not
used yet).
- Code cleanup: prefix exported functions with "lsquic_".