mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.20.1
- [BUGFIX] Typo in new "validate peer addr by DCID" code. It is a benign bug (works either way), but better to fix it. - Simplify Stream Priority Iterator (SPI). - Minor documentation updates.
This commit is contained in:
parent
b1a7c3f944
commit
cd35ff02ed
10 changed files with 28 additions and 74 deletions
|
@ -52,7 +52,7 @@ developed by the IETF. Both types are included in a single enum:
|
|||
|
||||
.. member:: LSQVER_ID28
|
||||
|
||||
IETF QUIC version ID 28
|
||||
IETF QUIC version ID 28; this version is deprecated.
|
||||
|
||||
.. member:: LSQVER_ID29
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
|||
# The short X.Y version
|
||||
version = u'2.20'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.20.0'
|
||||
release = u'2.20.1'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue