Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.h51 std::optional<size_t> max_hpack_encoding_table_capacity; member
H A Doghttp2_session.cc186 return o.max_hpack_encoding_table_capacity.value_or( in HpackCapacityBound()