Home
last modified time | relevance | path

Searched refs:s_header_table_size (Results 1 – 2 of 2) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dh2.h79 uint32_t s_header_table_size; /* SETTINGS_HEADER_TABLE_SIZE */ member
H A Dh2.c708 if (v == h2c->s_header_table_size) break; in h2_parse_frame_settings()
709 h2c->s_header_table_size = v; in h2_parse_frame_settings()
1749 h2c->s_header_table_size = 4096; /* SETTINGS_HEADER_TABLE_SIZE */ in h2_init_con()