MCPcopy
hub / github.com/keploy/keploy / Timeout

Method Timeout

pkg/agent/proxy/integrations/generic/encode_v2.go:285–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 }
284 // net.Error with Timeout()=true — deadline expired, not an error.
285 type timeoutErr interface{ Timeout() bool }
286 if t, ok := err.(timeoutErr); ok && t.Timeout() {
287 return true
288 }

Callers 15

GetLatestGitHubReleaseFunction · 0.65
isTimeoutErrFunction · 0.65
StartIngressMethod · 0.65
TestReadDeadlineExceededFunction · 0.65
contentLengthRequestMethod · 0.65
chunkedRequestMethod · 0.65
contentLengthResponseMethod · 0.65
classifyUpstreamErrorFunction · 0.65
upstreamErrorClassFunction · 0.65
ReadFirstBufferFunction · 0.65
simulateCommandPhaseFunction · 0.65
isBenignReadErrFunction · 0.65

Implementers 2

deadlineErrorpkg/agent/proxy/fakeconn/fakeconn.go
fakeTimeoutErrpkg/agent/proxy/integrations/http/upst

Calls

no outgoing calls