Home | History | Annotate | Download | only in http

Lines Matching refs:Protocol

58   HttpAlternateProtocols::Protocol protocol = HttpAlternateProtocols::BROKEN;
59 // We skip NPN_SPDY_1 here, because we've rolled the protocol version to 2.
63 protocol = static_cast<HttpAlternateProtocols::Protocol>(i);
66 if (protocol == HttpAlternateProtocols::BROKEN) {
67 // Currently, we only recognize the npn-spdy protocol.
69 << " header has unrecognized protocol: "
80 // If we think the alternate protocol is broken, don't change it.
81 if (existing_alternate.protocol == HttpAlternateProtocols::BROKEN)
85 alternate_protocols->SetAlternateProtocolFor(host_port, port, protocol);