Autobahn WebSockets Testsuite Report
Autobahn WebSockets

SwiftWebSocket - Case 12.1.11 : Pass - 460 ms @ 2016-04-13T16:10:54.266Z

Case Description

Send 1000 compressed messages each of payload size 8192, auto-fragment to 256 octets. Use default permessage-deflate offer.

Case Expectation

Receive echo'ed messages (with payload as sent). Timeout case after 480 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=316&agent=SwiftWebSocket HTTP/1.1
Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits; server_max_window_bits=15
Upgrade: websocket
User-Agent: SwiftWebSocket
Origin: ws://localhost:9001/runCase?case=316&agent=SwiftWebSocket
Sec-WebSocket-Version: 13
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Key: WLM8Zll6paApyd7YGuQq+Q==
HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.7.2-0.10.9
X-Powered-By: AutobahnPython/0.10.9
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: aYjlbT3U5OXOXLcmrt8O8SJBIaE=
Sec-WebSocket-Extensions: permessage-deflate; server_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).
remoteCloseCodeNoneThe 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
616
3821382
820010008200000
Total10028200388

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
41141
435215
445220
45290
466276
475235
4811528
4910490
503150
51151
526312
543162
55155
565280
577399
584232
597413
6010600
615305
6212744
6311693
6410640
6513845
669594
67181206
68171156
69161104
7010700
71211491
72201440
73191387
7413962
75171275
767532
777539
7811858
7911869
8010800
815405
828656
834332
843252
856510
863258
87187
885440
895445
906540
919819
928736
9310930
948752
95121140
968768
97121164
989882
9910990
100111100
1019909
1028816
103131339
1049936
1059945
1064424
1076642
1086648
1092218
1102220
111101110
1128896
1132226
114111254
1157805
1168928
1173351
1188944
1198952
1206720
12191089
1226732
1234492
1242248
1257875
1262252
1273381
1303390
1314524
1323396
1333399
1345670
1352270
1364544
1373411
1384552
1393417
1403420
1416846
1424568
1433429
1441144
1451145
1464584
1473441
1483444
1491149
1503450
15191359
1523456
1532306
1546924
15571085
1562312
1571157
1581158
1594636
160121920
1615805
1623486
1632326
1643492
1652330
16671162
1674668
1683504
1693507
1705850
1712342
1733519
1743522
1753525
1761176
1771177
1783534
1801180
1811181
1852370
1861186
1873561
1891189
1911191
1923576
1931193
1943582
1953585
1961196
19791773
19871386
1993597
20071400
20191809
202102020
2032406
20471428
205132665
20661236
20781656
20851040
20981672
21091890
21151055
21291908
2132426
2144856
2151215
2162432
2172434
2181218
2191219
2202440
2211221
2222444
2232446
2241224
2261226
2281228
2312462
2321232
2333699
2341234
2361236
2371237
2601000260000
2791279
Total2002376221

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
01000
11000
81
Total2001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d333136266167656e743d5377696674576562536f636b657420485454502f312e
               310d0a5365632d576562536f636b ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
               5465737453756974652f302e372e ...
002 WIRELOG DISABLED
003 CLOSE CONNECTION AFTER 480.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: 8880ff018014
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=6666303138303134
009 TCP DROPPED BY ME