Release 2.17.2

- [BUGFIX] Infinite loop in stream: advance read offset when discarding data.
- [OPTIMIZATION] Header protection: only initialize cipher once.
- [OPTIMIZATION] Batch header protection application.
This commit is contained in:
Dmitri Tikhonov 2020-06-24 11:06:43 -04:00
parent e957eb06e3
commit da99665b1c
9 changed files with 242 additions and 74 deletions

View file

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