net/http.connLRU.m (field)
10 uses
net/http (current package)
transport.go#L919: if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
transport.go#L1980: if _, ok := t.idleLRU.m[pc]; !ok {
transport.go#L2861: m map[*persistConn]*list.Element
transport.go#L2868: cl.m = make(map[*persistConn]*list.Element)
transport.go#L2871: if _, ok := cl.m[pc]; ok {
transport.go#L2874: cl.m[pc] = ele
transport.go#L2881: delete(cl.m, pc)
transport.go#L2887: if ele, ok := cl.m[pc]; ok {
transport.go#L2889: delete(cl.m, pc)
transport.go#L2895: return len(cl.m)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |