mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.5.1
- [BUGFIX] Fix double-free when emptying a packet number space. - [BUGFIX] http_server: fix md5sum handler: handle EOF correctly. - [BUGFIX] Use random values in bits 4 and 5 of the first byte of verneg packets (regression introduced in 2.5.0). - [OPTIMIZATION] Don't compile in expensive attq checks by default. - [OPTIMIZATION] http_server: compile regexes only once.
This commit is contained in:
parent
a0e1aeeee0
commit
1c9cee3ed5
8 changed files with 95 additions and 36 deletions
|
@ -1,3 +1,12 @@
|
|||
2019-11-04
|
||||
- 2.5.1
|
||||
- [BUGFIX] Fix double-free when emptying a packet number space.
|
||||
- [BUGFIX] http_server: fix md5sum handler: handle EOF correctly.
|
||||
- [BUGFIX] Use random values in bits 4 and 5 of the first byte of
|
||||
verneg packets (regression introduced in 2.5.0).
|
||||
- [OPTIMIZATION] Don't compile in expensive attq checks by default.
|
||||
- [OPTIMIZATION] http_server: compile regexes only once.
|
||||
|
||||
2019-10-31
|
||||
- 2.5.0
|
||||
- [API] lsquic_engine_connect() can now be passed QUIC version to use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue