Searched defs:status_key (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_http_utils.cc40 std::string status_key = (protocol_version >= SPDY3) ? ":status" : "status"; local
48 it = headers.find(status_key);
143 std::string status_key = (protocol_version >= SPDY3) ? ":status" : "status"; local
153 (*headers)[status_key] = std::string(after_version + 1, status_line.end());

Completed in 195 milliseconds