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

Method SetWriteDeadline

connection/connection.go:262–265  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

260}
261
262func (c *localProxyConnection) SetWriteDeadline(t time.Time) error {
263 // ignored since we can't set the read/write Deadlines for the tunnel back to origintunneld
264 return nil
265}
266
267// ResponseWriter is the response path for a request back through cloudflared's tunnel.
268type ResponseWriter interface {

Callers 5

WriteMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80
CloseMethod · 0.80
SetDeadlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected