Release 2.29.5

- Fix a few issues detected by h3spec for better compliance with HTTP/3 standard.
This commit is contained in:
George Wang 2021-03-17 12:58:22 -04:00
parent e1b8f1a8c3
commit 10e0dad8a4
7 changed files with 35 additions and 14 deletions

View file

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