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

11 uses

	golang.org/x/net/http2 (current package)
		frame.go#L1170: type RSTStreamFrame struct {
		frame.go#L1182: 	return &RSTStreamFrame{fh, ErrCode(binary.BigEndian.Uint32(p[:4]))}, nil
		frame.go#L1610: 	case *RSTStreamFrame:
		server.go#L1419: 	case *RSTStreamFrame:
		server.go#L1489: func (sc *serverConn) processResetStream(f *RSTStreamFrame) error {
		transport.go#L1862: 		case *RSTStreamFrame:
		transport.go#L2413: func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1008: func (t *http2Client) handleRSTStream(f *http2.RSTStreamFrame) {
		http2_client.go#L1324: 		case *http2.RSTStreamFrame:
		http2_server.go#L499: 		case *http2.RSTStreamFrame:
		http2_server.go#L645: func (t *http2Server) handleRSTStream(f *http2.RSTStreamFrame) {