Home | History | Annotate | Download | only in spdy

Lines Matching full:response_headers

4604   SpdyHeaderBlock response_headers;
4607 headers, spdy_util_.spdy_version(), &request_headers, &response_headers);
4609 SpdyHeaderBlock::const_iterator it = response_headers.find("alpha");
4611 (it == response_headers.end()) ? std::string() : it->second;