mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Latest changes
- Do not send RST_STREAM when stream is closed for reading - Raise maximum header size from 4K to 64K - Check header name and value lengths against maximum imposed by HPACK - Fix NULL dereference in stream flow controller
This commit is contained in:
parent
83287402d5
commit
0ae3fccd17
13 changed files with 173 additions and 90 deletions
|
@ -1,3 +1,10 @@
|
|||
2017-10-12
|
||||
|
||||
- Do not send RST_STREAM when stream is closed for reading
|
||||
- Raise maximum header size from 4K to 64K
|
||||
- Check header name and value lengths against maximum imposed by HPACK
|
||||
- Fix NULL dereference in stream flow controller
|
||||
|
||||
2017-10-09
|
||||
|
||||
- Hide handshake implementation behind a set of function pointers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue