Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
type
ConnectionParams
struct
{
Callers
15
performLock
Method · 0.65
performUnlock
Method · 0.65
newBaseConnectionPool
Function · 0.65
TestHTTP
Method · 0.65
TestConnectTimeout
Method · 0.65
TestResponseTimeout
Method · 0.65
TestMaxConnTimeoutSucceed
Method · 0.65
TestMaxConnTimeoutFails
Method · 0.65
TestMaxConn
Method · 0.65
TestClose
Method · 0.65
TestRedirect
Method · 0.65
TestHttp2
Method · 0.65
Implementers
2
SimplePool
net2/http2/simple_pool.go
LoadBalancedPool
net2/http2/load_balanced_pool.go
Calls
no outgoing calls
Tested by
15
TestHTTP
Method · 0.52
TestConnectTimeout
Method · 0.52
TestResponseTimeout
Method · 0.52
TestMaxConnTimeoutSucceed
Method · 0.52
TestMaxConnTimeoutFails
Method · 0.52
TestMaxConn
Method · 0.52
TestClose
Method · 0.52
TestRedirect
Method · 0.52
TestHttp2
Method · 0.52
TestHttp2FollowRedirect
Method · 0.52
TestHttp2vsHttp1
Method · 0.52
sendHttpRequestsWithParams
Function · 0.52