Home | History | Annotate | Download | only in http

Lines Matching refs:alternate

110   AlternateProtocolInfo alternate =
113 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) {
123 alternate_job->MarkAsAlternate(request_info.url, alternate);
154 AlternateProtocolInfo alternate =
157 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) {
162 job->MarkAsAlternate(request_info.url, alternate);
195 AlternateProtocolInfo alternate =
197 if (alternate.protocol == ALTERNATE_PROTOCOL_BROKEN) {
204 if (!IsAlternateProtocolValid(alternate.protocol)) {
211 // idea already, but with Alternate-Protocol, it provides the ability for a
212 // single user on a multi-user system to hijack the alternate protocol.
217 (alternate.port >= kUnrestrictedPort &&
221 origin.set_port(alternate.port);
222 if (alternate.protocol >= NPN_SPDY_MINIMUM_VERSION &&
223 alternate.protocol <= NPN_SPDY_MAXIMUM_VERSION) {
230 *alternate_url = UpgradeUrlToHttps(original_url, alternate.port);
232 DCHECK_EQ(QUIC, alternate.protocol);
239 // the alternate request will be going via UDP to a different port.
242 return alternate;