type golang.org/x/net/http2.RSTStreamFrame

11 uses

	golang.org/x/net/http2 (current package)
		frame.go#L1372: type RSTStreamFrame struct {
		frame.go#L1386: 	return &RSTStreamFrame{fh, ErrCode(binary.BigEndian.Uint32(p[:4]))}, nil
		frame.go#L1867: 	case *RSTStreamFrame:
		server.go#L1466: 	case *RSTStreamFrame:
		server.go#L1540: func (sc *serverConn) processResetStream(f *RSTStreamFrame) error {
		transport.go#L1915: 		case *RSTStreamFrame:
		transport.go#L2587: func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1272: func (t *http2Client) handleRSTStream(f *http2.RSTStreamFrame) {
		http2_client.go#L1745: 		case *http2.RSTStreamFrame:
		http2_server.go#L686: 		case *http2.RSTStreamFrame:
		http2_server.go#L828: func (t *http2Server) handleRSTStream(f *http2.RSTStreamFrame) {