OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_header
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/spdy/
spdy_http_utils.cc
174
const char*
path_header
= protocol_version >= SPDY3 ? ":path" : "url";
local
186
it = headers.find(
path_header
);
Completed in 55 milliseconds