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,