MCPcopy
hub / github.com/keploy/keploy / SetReadDeadline

Method SetReadDeadline

pkg/agent/proxy/integrations/http/chunk_test.go:55–55  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

53func (m *mockConn) RemoteAddr() net.Addr { return nil }
54func (m *mockConn) SetDeadline(t time.Time) error { return nil }
55func (m *mockConn) SetReadDeadline(t time.Time) error { return nil }
56func (m *mockConn) SetWriteDeadline(t time.Time) error { return nil }
57
58// newTestHTTP creates an HTTP handler with a no-op logger for testing.

Callers 4

contentLengthRequestMethod · 0.45
chunkedRequestMethod · 0.45
decodeGenericFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected