Searched refs:header_eof (Results 1 – 2 of 2) sorted by relevance
326 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_skip_frame_parser()575 t->header_eof = in init_header_frame_parser()647 if (t->header_eof) { in init_header_frame_parser()652 if (t->is_client && t->header_eof) { in init_header_frame_parser()673 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_header_frame_parser()
421 uint8_t header_eof = 0; member