mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
- [HTTP3] Verify number of bytes in incoming DATA frames against content-length. - [HTTP3] Stop issuing streams credits if peer stops opening QPACK decoder window. This addresses a potential attack whereby client can cause the server to keep allocating memory. See Security Considerations in the QPACK draft. - [BUGFIX] Mini conn: don't shorten max packet size for Q050 and later. - [BUGFIX] Init IETF connection flow controller using correct setting. - Code cleanup and minor fixes. |
||
|---|---|---|
| .. | ||
| unittests | ||
| CMakeLists.txt | ||
| echo_client.c | ||
| echo_server.c | ||
| http_client.c | ||
| http_server.c | ||
| md5_client.c | ||
| md5_server.c | ||
| prog.c | ||
| prog.h | ||
| test_cert.c | ||
| test_cert.h | ||
| test_common.c | ||
| test_common.h | ||
| test_config.h.in | ||