MCPcopy
hub / github.com/cloudflare/cloudflared / AckConnection

Method AckConnection

connection/connection.go:170–170  ·  view source on GitHub ↗
(tracePropagation string)

Source from the content-addressed store, hash-verified

168type ReadWriteAcker interface {
169 io.ReadWriter
170 AckConnection(tracePropagation string) error
171}
172
173// HTTPResponseReadWriteAcker is an HTTP implementation of ReadWriteAcker.

Callers 3

ProxyTCPMethod · 0.65
proxyStreamMethod · 0.65
proxyTCPStreamMethod · 0.65

Implementers 2

streamReadWriteAckerconnection/quic_connection.go
HTTPResponseReadWriteAckerconnection/connection.go

Calls

no outgoing calls

Tested by 1

ProxyTCPMethod · 0.52