Autobahn WebSockets Testsuite Report
Autobahn WebSockets

SwiftWebSocket - Case 12.2.4 : Pass - 311 ms @ 2016-04-13T16:11:12.977Z

Case Description

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

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=327&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=327&agent=SwiftWebSocket
Sec-WebSocket-Version: 13
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Key: 0zQtjSUrRUeuMWm4ZboCPA==
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: mLgKpHROhrqbjgrQJGxG8iaf7Do=
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
103210001032000
Total10021032388

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
15345
60160
1061106
1521152
2791279
6021602
6281628
6811681
7261726
7271727
7721772
7741774
77721554
7781778
78053900
78221564
78321566
78432352
78643144
7871787
78832364
7891789
7911791
7931793
79521590
79621592
79821596
79921598
8001800
80121602
8031803
8041804
8081808
8101810
81154055
8121812
81432442
8171817
81921638
82121642
82432472
8281828
8291829
8301830
8311831
8331833
8361836
8551855
8581858
8601860
86321726
8651865
8681868
86921738
8741874
8771877
8801880
8811881
8851885
8941894
89821796
8991899
9001900
90121802
9021902
90721814
91021820
91132733
9121912
9131913
9141914
91532745
91621832
9171917
91832754
91921838
92065520
9211921
92265532
92376461
92421848
92565550
9261926
92743708
92887424
92954645
930109300
9311110241
93254660
93365598
93476538
93587480
93632808
93798433
9381413132
93987512
9401312220
9411211292
9421312246
94387544
9441110384
9451413230
9461716082
9471413258
9482018960
9492725623
9502422800
9512019020
9521918088
9533331449
9543129574
9553432470
9563836328
9572826796
9583432572
9591514385
9603331680
9612019220
9622625012
9632927927
9642423136
9652120265
9662120286
9671716439
968109680
9692928101
9701514550
97198739
97276804
9731110703
97476818
975109750
97676832
97754885
97821956
97921958
98032940
9811981
98232946
98332949
98432952
9851985
9861986
9891989
99021980
99121982
9931993
99421988
Total1002935328

Frames Received by Opcode

OpcodeCount
21000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
21000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d333237266167656e743d5377696674576562536f636b657420485454502f312e
               310d0a5365632d576562536f636b ...
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: 88809eaeada1
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=3965616561646131
009 TCP DROPPED BY ME