Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ CloseIdleConnections
Method
CloseIdleConnections
codersdk/client.go:682–682 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
680
func
(h *HeaderTransport) CloseIdleConnections() {
681
type
closeIdler
interface
{
682
CloseIdleConnections()
683
}
684
if
tr, ok := h.Transport.(closeIdler); ok {
685
tr.CloseIdleConnections()
Callers
15
TestDERPForceWebSockets
Function · 0.65
Close
Method · 0.65
TestCompositeWorkspaceScopes
Function · 0.65
NewWithAPI
Function · 0.65
forceURLTransport
Function · 0.65
CloseIdleConnections
Method · 0.65
TestWorkspaceAgent
Function · 0.65
Server
Method · 0.65
TestServer
Function · 0.65
TestTemplateEdit
Function · 0.65
TestDERPHeaders
Function · 0.65
syncReplicas
Method · 0.65
Implementers
1
HeaderTransport
codersdk/client.go
Calls
no outgoing calls
Tested by
8
TestDERPForceWebSockets
Function · 0.52
TestCompositeWorkspaceScopes
Function · 0.52
TestWorkspaceAgent
Function · 0.52
TestServer
Function · 0.52
TestTemplateEdit
Function · 0.52
TestDERPHeaders
Function · 0.52
TestBoundaryLicenseVerification
Function · 0.52
TestBoundaryChildProcessSkipsCheck
Function · 0.52