Releases: litespeedtech/lsquic
Releases · litespeedtech/lsquic
Bugfix release
- [BUGFIX] gQUIC: pass correct stream to hsi_create_header_set() callback.
- [BUGFIX] Use ls-hpack 2.1.1
- Improve stream code readability.
- Use ls-qpack 2.0.5
Bugfix release: use ls-qpack 2.0.4, finish max packet size
- [BUGFIX] Use ls-qpack 2.0.4
- [BUGFIX] Honor max packet size on the client and when path changes.
- http_server: fix
prepare_decode()
function.
Bugfix release: re-enable send, maximum packet size
- [BUGFIX] Place connections on tickable queue when sending is reenabled.
- [BUGFIX] A connection is tickable if it has unsent packets.
- [BUGFIX] Heed peer's max_packet_size transport parameter.
Use lsxpack_header structure to send HTTP headers
- [API] Use lsxpack_header structure to send HTTP headers.
- [OPTIMIZATION] nocopy's readable_bytes() function.
- http_server: fix typo in error message
- Use ls-hpack 2.1.0.
- Use ls-qpack 2.0.0.
Fix ACK ping-pong
- [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked.
Fix ACK ping-pong
- [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked.
Fix the new lsxpack header API
Release 2.13.2 - [BUGFIX] Use of new lsxpack_header API's hsi_prepare_decode().
Fix a couple of minor bugs
v2.13.1 Release 2.13.1 - fix a few minor issues flagged by Coverity
API: use lsxpack_header; bug fixes
- [API] Use lsxpack_header structure to process incoming headers.
- [BUGFIX] Fix assertion when zero-padding Initial packet.
- [BUGFIX] Use idle timeout before we learn of peer's value.
- Use ls-hpack 2.0.0 -- has lsxpack_header changes.
- Use ls-qpack 0.14.0 -- new, common with ls-hpack, XXH seed (not used yet).
- Code cleanup: prefix exported functions with "lsquic_".
Timestamps extension
- [FEATURE] QUIC timestamps extension.
- [API] New: ea_alpn that is used when not in HTTP mode.
- [BUGFIX] SNI is mandatory only for HTTP/3 and gQUIC.
- [BUGFIX] Benign double-free -- issue #110.
- [BUGFIX] Printing of transport parameters.