type golang.org/x/net/http2.WindowUpdateFrame
11 uses
golang.org/x/net/http2 (current package)
frame.go#L921: type WindowUpdateFrame struct {
frame.go#L943: return &WindowUpdateFrame{
frame.go#L1600: case *WindowUpdateFrame:
server.go#L1413: case *WindowUpdateFrame:
server.go#L1457: func (sc *serverConn) processWindowUpdate(f *WindowUpdateFrame) error {
transport.go#L1869: case *WindowUpdateFrame:
transport.go#L2392: func (rl *clientConnReadLoop) processWindowUpdate(f *WindowUpdateFrame) error {
google.golang.org/grpc/internal/transport
http2_client.go#L1182: func (t *http2Client) handleWindowUpdate(f *http2.WindowUpdateFrame) {
http2_client.go#L1332: case *http2.WindowUpdateFrame:
http2_server.go#L505: case *http2.WindowUpdateFrame:
http2_server.go#L745: func (t *http2Server) handleWindowUpdate(f *http2.WindowUpdateFrame) {
![]() |
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. |