parent
7bced74f51
commit
ee3999303d
4 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ func newTransport(addr string) *Transport {
|
|||
return t
|
||||
}
|
||||
|
||||
// connManagers manages the persistent connection cache for UDP and TCP.
|
||||
// connManager manages the persistent connection cache for UDP and TCP.
|
||||
func (t *Transport) connManager() {
|
||||
ticker := time.NewTicker(defaultExpire)
|
||||
defer ticker.Stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue