Temporary patch for max table size not being implemented yet

pull/4033/head
Craig Tiller 9 years ago
parent 32bd81d205
commit 795f1de325
  1. 4
      src/core/transport/chttp2/hpack_parser.c

@ -901,8 +901,8 @@ static int parse_lithdr_nvridx_v(grpc_chttp2_hpack_parser *p,
static int finish_max_tbl_size(grpc_chttp2_hpack_parser *p,
const gpr_uint8 *cur, const gpr_uint8 *end) {
gpr_log(GPR_INFO, "MAX TABLE SIZE: %d", p->index);
abort(); /* not implemented */
return parse_begin(p, cur, end);
/* not implemented */
return 0;
}
/* parse a max table size change, max size < 15 */

Loading…
Cancel
Save