Autobahn WebSockets Testsuite Report
Autobahn WebSockets

lluv-websocket - Case 13.7.4 : Pass - 1234 ms @ 2016-03-22T18:21:45.218Z

Case Description

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

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=507&agent=lluv-websocket HTTP/1.1

Host: 127.0.0.1:9001

Upgrade: websocket

Connection: Upgrade

Sec-WebSocket-Key: DVz6uQCIoREFCuoVADFgYg==

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: 1M4KBuBF//wVxhSzQhhcfKF7hh4=

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


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
1621162
1631163
1645820
1654660
1666996
1673501
168122016
16971183
170122040
171213591
172203440
173213633
174386612
175407000
176539328
177457965
178529256
1796110919
1806511700
181468326
182376734
183488784
184336072
185417585
186397254
187448228
188315828
189336237
190254750
191275157
192254800
193101930
19471358
19581560
19691764
19761182
19891782
1992398
2002400
20161206
2022404
2032406
2042408
2062412
20761242
2081208
2092418
2102420
2112422
2123636
2131213
2152430
2161216
2182436
2191219
2213663
2222444
2251225
2271227
2292458
2371237
2541254
2691269
2721272
2901290
Total1002183316

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
2691269
Total100259504

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d353037266167656e743d6c6c75762d776562736f636b657420485454502f312e
               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: 888205de1b590636
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3035646531623539
               0x03e8
009 TCP DROPPED BY ME