Searched refs:host_header (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dspdy_utils.cc67 StringPiece host_header = headers.GetHeader("Host"); local
68 if (!host_header.empty()) {
69 DCHECK(host_and_port.empty() || host_header == host_and_port);
70 block->insert(make_pair(kV3Host, host_header.as_string()));
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.cc210 const char* host_header = protocol_version >= SPDY4 ? ":authority" : local
221 it = headers.find(host_header);

Completed in 1329 milliseconds