Autobahn WebSockets Testsuite Report
Autobahn WebSockets

SwiftWebSocket - Case 12.1.18 : Pass - 2865 ms @ 2016-04-13T16:11:09.518Z

Case Description

Send 1000 compressed messages each of payload size 131072, auto-fragment to 32768 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=323&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=323&agent=SwiftWebSocket
Sec-WebSocket-Version: 13
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Key: XMmjBgtil5aGsOCXpXCwRw==
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: 3VdiErfM+vGJy7nX7JnIfwnrjlE=
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
14100014000
3821382
655362000131072000
Total3002131086388

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
2791279
5575211150
5576211152
557715577
557815578
5579211158
5580527900
5581633486
5582527910
5583422332
558415584
5585633510
5586844688
5587633522
5588422352
55891055890
5590950310
5591739137
5592633552
5593633558
5594422376
5595422380
5596527980
5597422388
5598844784
55991795183
56001689600
56011478414
56021372826
5603633618
5604633624
56051161655
56061584090
56071372891
5608950472
5609633654
5610633660
5611633666
5612211224
5613422452
5614528070
5615422460
5616528080
5617422468
5619211238
5620211240
5622211244
562415624
562515625
5627316881
5629316887
5630211260
563215632
5634211268
563515635
5637211274
5638316914
563915639
5640211280
5641211282
564215642
5643211286
564415644
5645316935
564615646
5647316941
5648633888
5649211298
5650316950
565115651
565715657
566415664
5665211330
566715667
566815668
567015670
5671211342
5673317019
567415674
567515675
5676211352
5677317031
5678951102
5679528395
5680317040
56811162491
5682951138
56831585245
568420113680
56851479590
56861690976
56871479618
568821119448
568926147914
56901796730
56911162601
569226147992
569321119553
569423130962
56951691120
569625142400
569724136728
569824136752
56991162689
570018102600
570119108319
57021479828
5703951327
570425142600
570524136920
57061691296
57071268484
57081268496
5709845672
5710951390
57111374243
5712422848
5713634278
5714317142
571515715
5716211432
5717211434
5718528590
5719317157
5720317160
5721528605
5722422888
57231268676
57241057240
5725740075
57261162986
5727951543
5728211456
5729317187
5731211462
5732317196
573315733
574615746
574715747
574815748
5750317250
5751211502
575315753
576115761
5762211524
Total10025668370

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

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