Autobahn WebSockets Testsuite Report
Autobahn WebSockets

SwiftWebSocket - Case 13.5.6 : Pass - 716 ms @ 2016-04-13T16:17:58.697Z

Case Description

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

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=473&agent=SwiftWebSocket HTTP/1.1
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; server_no_context_takeover; client_max_window_bits; server_max_window_bits=8
Upgrade: websocket
User-Agent: SwiftWebSocket
Origin: ws://localhost:9001/runCase?case=473&agent=SwiftWebSocket
Sec-WebSocket-Version: 13
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Key: n+Fh1ddpt9V3ftaIl88KjA==
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: mYSnVJS2kEAK9Uktr5lgJz9mTCE=
Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover; server_max_window_bits=8; client_no_context_takeover; client_max_window_bits=8


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
4371437
820010008200000
Total10028200443

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
3601360
3871387
3882776
38931167
39031170
39151955
3921392
39351965
39441576
39531185
39741588
39862388
39941596
40062400
40172807
40262412
403104030
404124848
405114455
40683248
40793663
408124896
409114499
410124920
41193699
412124944
41383304
414145796
415124980
416135408
41783336
41872926
41993771
42062520
42172947
42283376
42383384
42462544
42572975
42652130
42741708
42831284
42952145
43073010
43152155
43252160
43341732
43483472
43583480
436125232
43752185
43852190
439114829
440125280
44131323
442125304
443114873
444114884
445156675
446146244
44794023
44862688
44973143
450125400
451125412
45252260
45352265
45494086
45541820
45662736
45752285
45873206
45994131
46031380
461104610
46252310
46373241
46441856
46541860
46641864
4672934
46952345
47041880
47162826
472104720
473104730
47431422
47573325
47652380
47752385
47883824
479125748
48083840
48141924
48283856
48373381
48483872
48573395
48683888
48752435
48841952
48962934
49073430
4912982
49283936
49362958
49441976
49541980
4962992
4971497
49852490
49931497
50042000
50194509
50252510
50342012
504105040
50584040
50673542
50773549
50884064
50921018
510105100
51173577
5121512
51352565
514126168
51573605
51663096
51784136
51884144
51963114
52094680
52163126
52273654
52352615
52473668
52521050
5261526
52742108
52842112
52921058
53042120
53131593
5321532
53431602
5381538
5421542
54421088
5451545
54621092
5511551
55331659
55631668
5571557
5601560
5611561
5631563
5641564
56521130
5671567
56831704
5691569
57021140
57242288
57331719
57421148
5761576
57721154
5781578
5801580
5861586
5871587
5951595
5971597
5981598
Total1002461551

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

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