Home
last modified time | relevance | path

Searched defs:trackLastConnListener (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserve_test.go1149 type trackLastConnListener struct { struct
1150 net.Listener
1152 mu *sync.RWMutex
1153 last *net.Conn // destination
1156 func (l trackLastConnListener) Accept() (c net.Conn, err error) {