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

Method SetReadDeadline

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

Source from the content-addressed store, hash-verified

255}
256
257func (c *localProxyConnection) SetReadDeadline(t time.Time) error {
258 // ignored since we can't set the read/write Deadlines for the tunnel back to origintunneld
259 return nil
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

Callers 1

SetDeadlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected