Lines Matching full:protocol
6 // of which HTTP HostPortPairs have an alternate protocol that can be used
26 EXPECT_EQ(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol);
36 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol);
43 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol)
52 default_protocol.protocol = HttpAlternateProtocols::NPN_SPDY_2;
57 // Verify the forced protocol.
64 EXPECT_EQ(default_protocol.protocol, alternate.protocol);
66 // Verify the real protocol overrides the forced protocol.
72 EXPECT_EQ(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol);
74 // Turn off the static, forced alternate protocol so that tests don't
78 // Verify the forced protocol is off.