Autobahn WebSockets Testsuite Report
Autobahn WebSockets

lluv-websocket - Case 13.6.4 : Pass - 1219 ms @ 2016-03-22T18:14:28.765Z

Case Description

Send 1000 compressed messages each of payload size 1024, auto-fragment to 0 octets. Use permessage-deflate client offers (requestNoContextTakeover, requestMaxWindowBits): [(True, 15)]

Case Expectation

Receive echo'ed messages (with payload as sent). Timeout case after 240 secs.

Case Outcome

Ok, received all echo'ed messages in time.

Expected:
{}

Observed:
[]

Case Closing Behavior

Connection was properly closed (OK)



Opening Handshake

GET /runCase?case=489&agent=lluv-websocket HTTP/1.1

Host: 127.0.0.1:9001

Upgrade: websocket

Connection: Upgrade

Sec-WebSocket-Key: BOUpygy4OXADQ6aHC9HXow==

Sec-WebSocket-Version: 13

Sec-WebSocket-Protocol: echo

Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits
HTTP/1.1 101 Switching Protocols

Server: AutobahnTestSuite/0.7.1-0.10.0

Upgrade: WebSocket

Connection: Upgrade

Sec-WebSocket-Accept: Fxkt7wusIIQifkCansLQLm36YOk=

Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits=15


Closing Behavior

KeyValueDescription
isServerTrueTrue, iff I (the fuzzer) am a server, and the peer is a client.
closedByMeTrueTrue, iff I have initiated closing handshake (that is, did send close first).
failedByMeFalseTrue, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP.
droppedByMeTrueTrue, iff I dropped the TCP connection.
wasCleanTrueTrue, iff full WebSockets closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).
wasNotCleanReasonNoneWhen wasClean == False, the reason what happened.
wasServerConnectionDropTimeoutFalseWhen we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.
wasOpenHandshakeTimeoutFalseWhen performing the opening handshake, but the peer did not finish in time, this gets True.
wasCloseHandshakeTimeoutFalseWhen we initiated a closing handshake, but the peer did not respond in time, this gets True.
localCloseCode1000The close code I sent in close frame (if any).
localCloseReasonNoneThe close reason I sent in close frame (if any).
remoteCloseCode1000The close code the peer sent me in close frame (if any).
remoteCloseReasonNoneThe close reason the peer sent me in close frame (if any).


Wire Statistics

Octets Received by Chop Size

Chop SizeCountOctets
818
1591159
1623486
1636978
16471148
1654660
16681328
167152505
168183024
169142366
170203400
171254275
172284816
173284844
174406960
175417175
176529152
177427434
178539434
1796211098
180488640
181376697
182285096
183478601
184325888
185315735
186336138
187407480
188315828
189315859
190275130
191275157
192224224
193122316
19491746
19561170
19661176
19771379
1984792
1995995
2001200
20151005
2023606
2031203
2041204
2051205
2061206
2074828
2082416
2094836
2101210
2113633
2122424
21361278
2141214
2153645
2173651
2212442
2221222
2231223
2252450
2281228
2311231
2901290
Total1002182147

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
37137
40280
41141
425210
434172
447308
457315
46231058
47281316
4819912
49472303
50341700
51582958
52613172
53452385
54583132
55563080
56623472
57452565
58221276
59362124
60181080
61211281
62261612
63211323
6415960
65241560
66291914
67211407
68221496
69312139
70191330
7113923
72241728
736438
74161184
75141050
767532
774308
782156
792158
804320
812162
822164
833249
843252
854340
86186
87187
883264
89189
904360
913273
952190
96196
99199
1001100
1011101
1022204
1031103
1041104
1112222
1711171
2701270
Total100259505

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d343839266167656e743d6c6c75762d776562736f636b657420485454502f312e
               310d0a486f73743a203132372e30 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
               5465737453756974652f302e372e ...
002 WIRELOG DISABLED
003 CLOSE CONNECTION AFTER 240.000000 sec
004 WIRELOG ENABLED
005 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 880203e8
007 RX OCTETS: 888261ad4cf36245
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3631616434636633
               0x03e8
009 TCP DROPPED BY ME