Home | History | Annotate | Download | only in http

Lines Matching refs:Protocol

13 const char HttpAlternateProtocols::kHeader[] = "Alternate-Protocol";
20 HttpAlternateProtocols::Protocol protocol) {
21 switch (protocol) {
24 return HttpAlternateProtocols::kProtocolStrings[protocol];
38 HttpAlternateProtocols::ProtocolToString(protocol));
85 Protocol alternate_protocol) {
93 alternate.protocol = alternate_protocol;
98 if (existing_alternate.protocol == BROKEN) {
99 DVLOG(1) << "Ignore alternate protocol since it's known to be broken.";
104 LOG(WARNING) << "Changing the alternate protocol for: "
107 << ", Protocol: " << existing_alternate.protocol
109 << ", Protocol: " << alternate_protocol
119 protocol_map_[http_host_port_pair].protocol = BROKEN;