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

11 uses

	golang.org/x/net/http2 (current package)
		frame.go#L1206: type RSTStreamFrame struct {
		frame.go#L1220: 	return &RSTStreamFrame{fh, ErrCode(binary.BigEndian.Uint32(p[:4]))}, nil
		frame.go#L1654: 	case *RSTStreamFrame:
		server.go#L1537: 	case *RSTStreamFrame:
		server.go#L1604: func (sc *serverConn) processResetStream(f *RSTStreamFrame) error {
		transport.go#L2261: 		case *RSTStreamFrame:
		transport.go#L2869: 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) {