net/http.Server.activeConn (field)
9 uses
net/http (current package)
server.go#L2649: activeConn map[*conn]struct{}
server.go#L2694: for c := range srv.activeConn {
server.go#L2696: delete(srv.activeConn, c)
server.go#L2791: for c := range s.activeConn {
server.go#L2806: delete(s.activeConn, c)
server.go#L3086: if s.activeConn == nil {
server.go#L3087: s.activeConn = make(map[*conn]struct{})
server.go#L3090: s.activeConn[c] = struct{}{}
server.go#L3092: delete(s.activeConn, c)
![]() |
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. |