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

11 uses

	golang.org/x/net/http2 (current package)
		frame.go#L1220: type RSTStreamFrame struct {
		frame.go#L1234: 	return &RSTStreamFrame{fh, ErrCode(binary.BigEndian.Uint32(p[:4]))}, nil
		frame.go#L1698: 	case *RSTStreamFrame:
		server.go#L1624: 	case *RSTStreamFrame:
		server.go#L1696: func (sc *serverConn) processResetStream(f *RSTStreamFrame) error {
		transport.go#L2295: 		case *RSTStreamFrame:
		transport.go#L2960: func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1173: func (t *http2Client) handleRSTStream(f *http2.RSTStreamFrame) {
		http2_client.go#L1633: 		case *http2.RSTStreamFrame:
		http2_server.go#L668: 		case *http2.RSTStreamFrame:
		http2_server.go#L814: func (t *http2Server) handleRSTStream(f *http2.RSTStreamFrame) {