MCPcopy 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

680func (h *HeaderTransport) CloseIdleConnections() {
681 type closeIdler interface {
682 CloseIdleConnections()
683 }
684 if tr, ok := h.Transport.(closeIdler); ok {
685 tr.CloseIdleConnections()

Callers 15

TestDERPForceWebSocketsFunction · 0.65
CloseMethod · 0.65
NewWithAPIFunction · 0.65
forceURLTransportFunction · 0.65
CloseIdleConnectionsMethod · 0.65
TestWorkspaceAgentFunction · 0.65
ServerMethod · 0.65
TestServerFunction · 0.65
TestTemplateEditFunction · 0.65
TestDERPHeadersFunction · 0.65
syncReplicasMethod · 0.65

Implementers 1

HeaderTransportcodersdk/client.go

Calls

no outgoing calls

Tested by 8

TestDERPForceWebSocketsFunction · 0.52
TestWorkspaceAgentFunction · 0.52
TestServerFunction · 0.52
TestTemplateEditFunction · 0.52
TestDERPHeadersFunction · 0.52