Latest changes:

- [API] Expose useful lsquic_ver2str[] in lsquic.h
- [BUGFIX] Do not produce packet sequence gaps due to STREAM frame elision
This commit is contained in:
Dmitri Tikhonov 2018-05-18 15:29:07 -04:00
parent 42e2bac71d
commit 04468d215d
6 changed files with 170 additions and 39 deletions

View file

@ -1,5 +1,7 @@
2018-05-18
- [API] Expose useful lsquic_ver2str[] in lsquic.h
- [BUGFIX] Do not produce packet sequence gaps due to STREAM frame elision
- Improve checks of number of incoming streams limit and associated
error reporting.
- [BUGFIX] Command-line option `-6` now works correctly.