cloudflared-mirror/connection
Devin Carr 9426b60308 TUN-7227: Migrate to devincarr/quic-go
The lucas-clemente/quic-go package moved namespaces and our branch
went stale, this new fork provides support for the new quic-go repo
and applies the max datagram frame size change.

Until the max datagram frame size support gets upstreamed into quic-go,
this can be used to unblock go 1.20 support as the old
lucas-clemente/quic-go will not get go 1.20 support.
2023-05-10 19:44:15 +00:00
..
connection.go TUN-7324: Add http.Hijacker to connection.ResponseWriter 2023-03-29 09:21:19 -07:00
connection_test.go
control.go TUN-7131: Add cloudflared log event to connection messages and enable streaming logs 2023-04-12 14:41:11 -07:00
errors.go
event.go
h2mux.go TUN-7252: Remove h2mux connection 2023-03-07 13:51:37 -08:00
h2mux_header.go
h2mux_header_test.go
header.go
header_test.go
http2.go TUN-7324: Add http.Hijacker to connection.ResponseWriter 2023-03-29 09:21:19 -07:00
http2_test.go
json.go
metrics.go
observer.go TUN-7131: Add cloudflared log event to connection messages and enable streaming logs 2023-04-12 14:41:11 -07:00
observer_test.go
protocol.go
protocol_test.go
quic.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
quic_test.go TUN-7227: Migrate to devincarr/quic-go 2023-05-10 19:44:15 +00:00
rpc.go TUN-7252: Remove h2mux connection 2023-03-07 13:51:37 -08:00
tunnelsforha.go