google.golang.org/grpc/internal/transport.cleanupStream.rst (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L119: return h.cleanup != nil && h.cleanup.rst // Results in a RST_STREAM
controlbuf.go#L124: rst bool
controlbuf.go#L129: func (c *cleanupStream) isTransportResponseFrame() bool { return c.rst } // Results in a RST_STREAM
controlbuf.go#L741: if c.rst { // If RST_STREAM needs to be sent.
http2_client.go#L783: rst: rst,
http2_server.go#L313: rst: true,
http2_server.go#L370: rst: true,
http2_server.go#L388: rst: true,
http2_server.go#L474: rst: true,
http2_server.go#L654: rst: false,
http2_server.go#L1114: rst: rst,
http2_server.go#L1130: rst: rst,
![]() |
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. |