Autobahn WebSockets Testsuite Report
Autobahn WebSockets

SwiftWebSocket - Case 13.2.11 : Pass - 471 ms @ 2016-04-13T16:16:10.014Z

Case Description

Send 1000 compressed messages each of payload size 8192, auto-fragment to 256 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=424&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=424&agent=SwiftWebSocket
Sec-WebSocket-Version: 13
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Key: VaVob2Pr51fo91V2nUgeuA==
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: VfygS+/H5ElNKq4QfKOV/oh3FPo=
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
4111411
820010008200000
Total10028200417

Octets Transmitted by Chop Size

Chop SizeCountOctets
2714
3515
41144
5420
6318
7749
81080
9436
10440
11222
12224
13565
14798
15460
167112
17117
18118
19357
20480
21242
22122
23246
24248
25250
29258
30260
31131
32396
336198
34268
354140
3612432
376222
387266
396234
404160
413123
424168
438344
444176
453135
463138
474188
48148
494196
505250
517357
522104
537371
544216
555275
564224
573171
583174
592118
603180
613183
622124
633189
642128
653195
662132
677469
683204
69169
703210
71171
722144
732146
74174
75175
77177
1501150
1515755
1532306
1545770
1553465
1565780
1572314
1585790
15971113
1606960
1616966
16291458
16391467
1645820
16571155
166111826
16781336
1683504
169132197
170101700
171122052
17271204
17381384
174101740
1755875
17681408
17781416
17881424
1792358
18071260
181132353
18261092
18371281
184112024
18561110
1864744
1873561
1884752
189101890
1904760
1915955
19261152
19361158
19461164
19561170
19661176
197112167
1983594
19961194
20091800
20171407
2021202
20361218
2044816
2054820
20661236
20751035
20891872
20991881
2101210
21181688
21251060
2134852
21471498
21561290
21651080
21781736
218112398
219112409
22071540
221102210
22271554
22351115
22451120
225102250
22671582
22771589
22851140
22981832
230112530
23151155
23261392
233112563
23471638
23571645
236122832
23781896
238102380
23951195
24071680
241102410
242133146
243153645
2443732
245122940
2464984
24771729
2482496
24961494
2502500
25171757
25261512
2532506
2542508
25551275
25641024
25751285
25882064
259112849
2601270330200
3081308
Total2272490448

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
01270
11000
81
Total2271


Wire Log

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