Home
last modified time | relevance | path

Searched refs:allow_fragment_in_path (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.h84 bool allow_fragment_in_path = true; member
H A Doghttp2_session.cc206 if (session_.options_.allow_fragment_in_path) { in PassthroughHeadersHandler()