MCPcopy
hub / github.com/monasticacademy/httptap / SetReadDeadline

Method SetReadDeadline

tcp.go:129–132  ·  view source on GitHub ↗

for net.Conn interface

(t time.Time)

Source from the content-addressed store, hash-verified

127
128// for net.Conn interface
129func (s *tcpStream) SetReadDeadline(t time.Time) error {
130 verbose("SetReadDeadline not implemented for TCP streams, ignoring")
131 return nil
132}
133
134// for net.Conn interface
135func (s *tcpStream) SetWriteDeadline(t time.Time) error {

Callers

nothing calls this directly

Calls 1

verboseFunction · 0.70

Tested by

no test coverage detected