pull/6106/head
Craig Tiller 9 years ago
parent a385b385e5
commit b182066169
  1. 2
      src/core/ext/transport/chttp2/transport/frame_data.c

@ -162,7 +162,7 @@ grpc_chttp2_parse_error grpc_chttp2_data_parser_parse(
case GRPC_CHTTP2_DATA_ERROR:
p->state = GRPC_CHTTP2_DATA_ERROR;
return GRPC_CHTTP2_STREAM_ERROR;
fh_0:
fh_0:
case GRPC_CHTTP2_DATA_FH_0:
stream_parsing->stats.incoming.framing_bytes++;
p->frame_type = *cur;

Loading…
Cancel
Save