Release 2.14.7

- [BUGFIX] ALPN-to-version mapping: do not skip h3-Q050.
- [BUGFIX] Frame reader: skip headers if target stream is closed.
This commit is contained in:
Dmitri Tikhonov 2020-05-12 16:50:36 -04:00
parent 94840e99d9
commit b78e44eec5
6 changed files with 17 additions and 9 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.6'
release = u'2.14.7'
# -- General configuration ---------------------------------------------------