Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dserver.go165 type serverInternalState struct { struct
166 mu sync.Mutex
167 activeConns map[*serverConn]struct{}
170 func (s *serverInternalState) registerConn(sc *serverConn) {
179 func (s *serverInternalState) unregisterConn(sc *serverConn) {
188 func (s *serverInternalState) startGracefulShutdown() {