net/http.http2serverConn.streams (field)
11 uses
net/http (current package)
h2_bundle.go#L3942: streams: make(map[uint32]*http2stream),
h2_bundle.go#L4092: streams map[uint32]*http2stream
h2_bundle.go#L4177: if st, ok := sc.streams[streamID]; ok {
h2_bundle.go#L4349: for _, st := range sc.streams {
h2_bundle.go#L4790: if st, ok := sc.streams[v.StreamID]; ok {
h2_bundle.go#L4906: if st, ok := sc.streams[se.StreamID]; ok {
h2_bundle.go#L5091: delete(sc.streams, st.id)
h2_bundle.go#L5092: if len(sc.streams) == 0 {
h2_bundle.go#L5187: for _, st := range sc.streams {
h2_bundle.go#L5361: if st := sc.streams[f.StreamID]; st != nil {
h2_bundle.go#L5532: sc.streams[id] = st
![]() |
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. |