Release 2.14.5

- [BUGFIX] In coalesced datagram, ignore packets whose CID does not match.
- [BUGFIX] Frame reader: skip headers if target stream is not found.
- [BUGFIX] Log message in QPACK decoder handler.
This commit is contained in:
Dmitri Tikhonov 2020-04-29 11:07:55 -04:00
parent 8dc2321be0
commit 72585dc942
7 changed files with 111 additions and 8 deletions

View file

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.14'
# The full version, including alpha/beta/rc tags
release = u'2.14.4'
release = u'2.14.5'
# -- General configuration ---------------------------------------------------