Autobahn WebSockets Testsuite Report
Autobahn WebSockets

SwiftWebSocket - Case 13.1.6 : Pass - 397 ms @ 2016-04-13T16:15:35.692Z

Case Description

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

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=401&agent=SwiftWebSocket HTTP/1.1
Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits
Upgrade: websocket
User-Agent: SwiftWebSocket
Origin: ws://localhost:9001/runCase?case=401&agent=SwiftWebSocket
Sec-WebSocket-Version: 13
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Key: Ox0ha4A409ViwOJsGzUX5Q==
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: Ntjee/LcaonebPcT4FBL+9b3NeI=
Sec-WebSocket-Extensions: permessage-deflate


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
3551355
820010008200000
Total10028200361

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
2521252
2991299
30151505
30251510
3032606
30461824
30551525
306113366
307103070
3083924
3091309
31061860
3123936
3131313
31451570
31572205
31641264
31772219
318103180
31951595
320123840
321113531
322103220
323134199
32492916
325185850
326175542
327165232
328103280
329216909
330206600
331196289
332134316
333175661
33472338
33572345
336113696
337113707
338103380
33951695
34082720
34141364
34231026
34362058
34431032
3451345
34651730
34751735
34862088
34993141
35082800
351103510
35282816
353124236
35482832
355124260
35693204
357103570
358113938
35993231
36082880
361134693
36293258
36393267
36441456
36562190
36662196
3672734
3682736
369103690
37082960
3712742
372114092
37372611
37482992
37531125
37683008
37783016
37862268
37993411
38062280
38141524
3822764
38372681
3842768
38531155
38631158
38741548
38831164
38931167
39051950
3912782
39241568
39331179
39441576
39531185
39631188
39762382
39841592
39931197
4001400
4011401
40241608
40331209
40431212
4051405
40631218
40793663
40831224
4092818
41062460
41172877
4122824
4131413
4141414
41541660
416124992
41752085
41831254
4192838
42031260
4212842
42272954
42341692
42431272
42531275
42652130
4272854
42931287
43031290
43131293
4321432
4331433
43431302
4361436
4371437
4412882
4421442
44331329
4451445
4471447
44831344
4491449
45031350
45131353
4521452
45394077
45473178
45531365
45673192
45794113
458104580
4592918
46073220
461135993
46262772
46383704
46452320
46583720
46694194
46752335
46894212
4692938
47041880
4711471
4722944
4732946
4741474
4751475
4762952
4771477
4782956
4792958
4801480
4821482
4841484
4872974
4881488
48931467
4901490
4921492
4931493
Total1002373522

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d343031266167656e743d5377696674576562536f636b657420485454502f312e
               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: 8880d8ba8cb7
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=6438626138636237
009 TCP DROPPED BY ME