MCPcopy
hub / github.com/dropbox/godropbox / Close

Method Close

net2/http2/pool.go:57–57  ·  view source on GitHub ↗

Closes underlying connections. The user must abandon the pool after closing.

()

Source from the content-addressed store, hash-verified

55 // Closes underlying connections. The user must abandon the
56 // pool after closing.
57 Close()
58}
59
60type ConnectionParams struct {

Callers 15

performLockMethod · 0.65
performUnlockMethod · 0.65
newBaseConnectionPoolFunction · 0.65
TestHTTPMethod · 0.65
TestConnectTimeoutMethod · 0.65
TestResponseTimeoutMethod · 0.65
TestMaxConnMethod · 0.65
TestCloseMethod · 0.65
TestRedirectMethod · 0.65
TestHttp2Method · 0.65

Implementers 2

SimplePoolnet2/http2/simple_pool.go
LoadBalancedPoolnet2/http2/load_balanced_pool.go

Calls

no outgoing calls

Tested by 15

TestHTTPMethod · 0.52
TestConnectTimeoutMethod · 0.52
TestResponseTimeoutMethod · 0.52
TestMaxConnMethod · 0.52
TestCloseMethod · 0.52
TestRedirectMethod · 0.52
TestHttp2Method · 0.52
TestHttp2vsHttp1Method · 0.52