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

Struct streamReadWriteAcker

connection/quic_connection.go:256–259  ·  view source on GitHub ↗

streamReadWriteAcker is a light wrapper over QUIC streams with a callback to send response back to the client.

Source from the content-addressed store, hash-verified

254// streamReadWriteAcker is a light wrapper over QUIC streams with a callback to send response back to
255// the client.
256type streamReadWriteAcker struct {
257 *rpcquic.RequestServerStream
258 connectResponseSent bool
259}
260
261// AckConnection acks response back to the proxy.
262func (s *streamReadWriteAcker) AckConnection(tracePropagation string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected