Home | History | Annotate | Download | only in websockets

Lines Matching full:protocol

41       "Sec-WebSocket-Protocol: sample\r\n"
64 "Sec-WebSocket-Protocol: sample\r\n"
86 "Sec-WebSocket-Protocol: sample\r\n"
101 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
106 "Sec-WebSocket-Protocol: sample\r\n"
124 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
129 "Sec-WebSocket-Protocol: sample\r\n"
147 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
152 "Sec-WebSocket-Protocol: sample\r\n"
187 "Sec-WebSocket-Protocol: sample\r\n"
213 EXPECT_TRUE(request_info.extra_headers.GetHeader("Sec-WebSocket-Protocol",
222 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
225 "Sec-WebSocket-Protocol: sample\r\n";
241 EXPECT_TRUE(response_info.headers->HasHeaderValue("Sec-WebSocket-Protocol",
249 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
254 "Sec-WebSocket-Protocol: sample\r\n"
269 "Sec-WebSocket-Protocol: sample\r\n"
297 EXPECT_EQ("sample", headers["sec-websocket-protocol"]);
310 headers["sec-websocket-protocol"] = "sample";
318 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
323 "sec-websocket-protocol: sample\r\n"
340 "Sec-WebSocket-Protocol: sample\r\n"
367 EXPECT_EQ("sample", headers["sec-websocket-protocol"]);
379 headers["sec-websocket-protocol"] = "sample";
391 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n"
396 "sec-websocket-protocol: sample\r\n"