Releases: litespeedtech/lsquic
Releases · litespeedtech/lsquic
[FEATURE, API Change] HTTP header bypass
1.13.0: [FEATURE, API Change] HTTP header bypass Add ability to create custom header set objects via callbacks. This avoids reading and re-parsing headers from the stream. See test/http_client.c for example implementation. (Use -B flag to turn it on).
Fix memory leaks
1.12.4 1.12.4: Fix memory leaks and gcc compilation warnings
[BUGFIX] Fix duplicate STREAM frame detection
1.12.3 1.12.3: [BUGFIX] Fix duplicate STREAM frame detection
Bugfix release
1.12.2 1.12.2: Bugfix and log message improvements
[FEATURE, API Change] Certificate verification
1.12.0 Fix previous commit: add missing function
[BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code
1.11.1 1.11.1: [BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code
1.11.0 - Add support for Q044
1.11.0: [FEATURE] Add support for Q044
1.10.2 - bugfix release
- 1.10.2
- [BUGFIX] Don't go over limit when creating delayed streams
1.10.1
Latest changes - 1.10.1 - [BUGFIX] process connections after each batch of packets is read This avoids a problem of accumulating a very large list of packets (possible when speeds are high and socket's receive buffer is large) and processing it all at once. - If glibc is older than 2.17, link with rt. This is necessary for clock_getres(2). - Add version macros to lsquic.h; remove unnecessary includes.
Release 1.10
There have been several large changes since the last release (v1.2). The large bump in the second number is meant to capture that fact.