mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-31 23:26:34 +00:00

- Added a QUIC server to accept streams - Unit test for this server also tests ALPN - Temporary echo capability for HTTP ConnectionType
7 lines
542 B
Markdown
7 lines
542 B
Markdown
# qtls
|
|
|
|
[](https://pkg.go.dev/github.com/marten-seemann/qtls-go1-17)
|
|
[](https://github.com/marten-seemann/qtls-go1-17/actions/workflows/go-test.yml)
|
|
|
|
This repository contains a modified version of the standard library's TLS implementation, modified for the QUIC protocol. It is used by [quic-go](https://github.com/lucas-clemente/quic-go).
|