mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
06b2a2363e
- [API] New knob to set outgoing packet batch size. - Aborted connection now become tickable immediately. - Abort connection when HTTP/3 frame cannot be opened (can only happen when malloc fails).
20 lines
883 B
Text
20 lines
883 B
Text
# Copyright (c) 2017 - 2021 LiteSpeed Technologies Inc. See LICENSE.
|
|
In addition to the LiteSpeed QUIC Team, the following people contributed
|
|
to the LiteSpeed QUIC and HTTP/3 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
|
|
- Rahul Jadhav -- Android support
|
|
- Victor Stewart -- Generate SCIDs API (connection ID steering)
|
|
- Aaron France -- Shared library support and Lisp bindings
|
|
- Suma Subbarao -- Use callback to supply client's SSL_CTX
|
|
- Paul Sheer -- Callback on arrival of CONNECTION_CLOSE frame
|
|
|
|
Thank you!
|
|
|
|
We welcome contributions in any form -- patches, issues, pull requests.
|