Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: LayoutTests/http/tests/inspector/websocket/websocket-handshake-expected.txt

Issue 130863002: [WebSocket] Merge duplicated HTTP headers for devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a platform dependent test Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 onopen
5 Tests that WebSocket handshake information is passed to Web Inspector.
6
7 log:
8 log: requestMethod: GET
9 log: requestHeaders
10 log: Cache-Control: no-cache
11 log: Connection: Upgrade
12 log: Host: localhost:8880
13 log: Origin: http://127.0.0.1:8000
14 log: Pragma: no-cache
15 log: Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits, x -webkit-deflate-frame
16 log: Sec-WebSocket-Key: ***
17 log: Sec-WebSocket-Version: 13
18 log: Upgrade: websocket
19 log: User-Agent: ***
20 log: statusCode: 101
21 log: statusText: Switching Protocols
22 log: responseHeaders
23 log: Connection: Upgrade
24 log: Sec-WebSocket-Accept: ***
25 log: Upgrade: websocket
26 log: foo: FUGA
27 log: foo: bar, baz
28 log: foo: hoge
29 log: xxx: yyy
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698