Autobahn WebSockets Testsuite Report
Autobahn WebSockets

SwiftWebSocket - Case 13.2.16 : Pass - 3313 ms @ 2016-04-13T16:16:17.990Z

Case Description

Send 1000 compressed messages each of payload size 131072, auto-fragment to 1024 octets. Use permessage-deflate client offers (requestNoContextTakeover, requestMaxWindowBits): [(True, 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=429&agent=SwiftWebSocket HTTP/1.1
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; server_no_context_takeover; client_max_window_bits
Upgrade: websocket
User-Agent: SwiftWebSocket
Origin: ws://localhost:9001/runCase?case=429&agent=SwiftWebSocket
Sec-WebSocket-Version: 13
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Key: wHx2j1rT6P9qilgwQRC0vQ==
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: D1q94a3izkljYKuZ8XWDdx8pe7E=
Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover; client_no_context_takeover


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
1499813972
2222444
4111411
653282130656
655361998130940928
Total3002131086417

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
3081308
5711571
5741574
5761576
5781578
5791579
5801580
58263492
58342332
58421168
58521170
58631758
58774109
58874116
58952945
59052950
59195319
59295328
59363558
594127128
59584760
59695364
597127164
59884784
59984792
60031800
60174207
60253010
60353015
60463624
60553025
60621212
60742428
60853040
60942436
61095490
61142444
61253060
61374291
61431842
61542460
61663696
6171617
61821236
61974333
62042480
62131863
62274354
62353115
62453120
62521250
62621252
62742508
6281628
6291629
63042520
63131893
63231896
63321266
63442536
63663816
63795733
63831914
63921278
64031920
64142564
64221284
6431643
64442576
64521290
64631938
64753235
6491649
6501650
65121302
65231956
65321306
6541654
6551655
6581658
65921318
6601660
6661666
6711671
6741674
67521350
6771677
67821356
68053400
68153405
68232046
68374781
68453420
68574795
68664116
687106870
68842752
689106890
690106900
69196219
69274844
69374851
694117634
6951611120
69696264
697117667
69896282
699128388
7001711900
701149814
702139126
703139139
7041711968
705128460
70685648
70796363
708117788
709139217
71064260
71174977
71285696
713128556
71442856
71596435
7161510740
7171510755
718139334
7191611504
7201410080
7212215862
7223122382
7231913737
724128688
725139425
7261410164
727128724
728118008
7291611664
73064380
731107310
7321510980
733118063
734128808
73575145
73642944
73732211
73842952
7391739
74032220
7411741
74342972
74521490
7461746
7481748
7491749
7501750
75121502
7521752
75321506
7541754
7551755
75643024
7571757
7591759
7611761
7621762
102850005140000
Total60025819170

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
05000
11000
81
Total6001


Wire Log

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