mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 00:56:34 +00:00

- Added a QUIC server to accept streams - Unit test for this server also tests ALPN - Temporary echo capability for HTTP ConnectionType
6 lines
84 B
Go
6 lines
84 B
Go
// +build go1.18
|
|
|
|
package qtls
|
|
|
|
var _ int = "quic-go doesn't build on Go 1.18 yet."
|