Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
GetLatestGitHubRelease
Function · 0.65
isTimeoutErr
Function · 0.65
StartIngress
Method · 0.65
TestReadDeadlineExceeded
Function · 0.65
contentLengthRequest
Method · 0.65
chunkedRequest
Method · 0.65
contentLengthResponse
Method · 0.65
classifyUpstreamError
Function · 0.65
upstreamErrorClass
Function · 0.65
ReadFirstBuffer
Function · 0.65
simulateCommandPhase
Function · 0.65
isBenignReadErr
Function · 0.65
Implementers
2
deadlineError
pkg/agent/proxy/fakeconn/fakeconn.go
fakeTimeoutErr
pkg/agent/proxy/integrations/http/upst
Calls
no outgoing calls
Tested by
4
TestReadDeadlineExceeded
Function · 0.52
TestTeeDropOnMemoryGuard
Function · 0.52
TestPreDispatchPause_HoldsC2DUntilResume
Function · 0.52
TestPreDispatchPause_HoldsD2CUntilResume
Function · 0.52