mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-11 21:50:25 +08: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."
|