Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go4073 type http2serverInternalState struct { struct
4074 mu sync.Mutex
4075 activeConns map[*http2serverConn]struct{}
4078 func (s *http2serverInternalState) registerConn(sc *http2serverConn) {
4087 func (s *http2serverInternalState) unregisterConn(sc *http2serverConn) {
4096 func (s *http2serverInternalState) startGracefulShutdown() {