golang.org/x/net/http2.serverConn.bodyReadCh (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L381: bodyReadCh: make(chan bodyReadMsg), // buffering doesn't matter either way
server.go#L505: bodyReadCh chan bodyReadMsg // from handlers -> serve
server.go#L877: case m := <-sc.bodyReadCh:
server.go#L2237: case sc.bodyReadCh <- bodyReadMsg{st, n}:
![]() |
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. |