MCPcopy
hub / github.com/gofiber/fiber / SetDeadline

Method SetDeadline

helpers.go:885–885  ·  view source on GitHub ↗

SetDeadline implements net.Conn but is a no-op for the in-memory connection.

(_ time.Time)

Source from the content-addressed store, hash-verified

883
884// SetDeadline implements net.Conn but is a no-op for the in-memory connection.
885func (*testConn) SetDeadline(_ time.Time) error { return nil }
886
887// SetReadDeadline implements net.Conn but is a no-op for the in-memory connection.
888func (*testConn) SetReadDeadline(_ time.Time) error { return nil }

Calls

no outgoing calls