mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
a137764bf2
- [BUGFIX] Send controller: update scheduled bytes when DCID length changes (IETF client). - [BUGFIX] Drop alarm check from sanity test. It no longer works now that we use loss chains. - [PORTABILITY] Fix build on Alpine Linux. - [PORTABILITY] Fix build using XCode. - Client initial DCID length: use RAND_bytes() instead of rand(3). - Add unit tests for connection min heap. - [DEBUG] Log CID in gQUIC handshake module - [DEBUG] Turn on extra checks for IETF client send controller. - [DEBUG] Dedup next advisory tick messages when reason is IDLE timer. - [DEBUG] QPACK decoder handler: log header error code.
15 lines
576 B
Text
15 lines
576 B
Text
# Copyright (c) 2017 - 2019 LiteSpeed Technologies Inc. See LICENSE.
|
|
In addition to the LiteSpeed QUIC Team, the following people contributed
|
|
to the LiteSpeed Client Library:
|
|
|
|
- Brian Prodoehl -- Docker file
|
|
- Amol Desphande -- Windows support
|
|
- Alexis La Goutte -- Travis-CI integration
|
|
- Bernhard Jaeger -- DNS Resolution
|
|
- Zhang Chi -- libevent build fix on Darwin
|
|
- Omar Roth -- Alpine Linux build and Crystal language bindings
|
|
- initlife (?) -- XCode build
|
|
|
|
Thank you!
|
|
|
|
We welcome contributions in any form -- patches, issues, pull requests.
|