Release 2.14.4

- [BUGFIX] Heed es_rw_once for pushed HTTP/3 streams.
- [BUGFIX] IETF client: set correct flags on bidirectional streams.
- [BUGFIX] Generate Cancel Stream QPACK instructions for abandoned
  streams.
- [BUGFIX] Do not call header callbacks after stream is closed.
- Use ls-qpack 2.1.1
This commit is contained in:
Dmitri Tikhonov 2020-04-24 09:44:39 -04:00
parent 08c45823bc
commit 1c105cf288
9 changed files with 119 additions and 33 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.3'
release = u'2.14.4'
# -- General configuration ---------------------------------------------------