Autobahn WebSocket Testsuite Report
Autobahn WebSocket

tls - Case 13.2.14 : Pass - 30552 ms @ 2021-07-05T09:31:46.175Z

Case Description

Send 1000 compressed messages each of payload size 65536, 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 /echo/message HTTP/1.1
User-Agent: AutobahnTestSuite/0.8.2-0.10.9
Host: localhost:9999
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: p3GlBpcz/61cAiJmdFVRaA==
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits; server_no_context_takeover
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Content-Length: 0
Date: Mon, 05 Jul 2021 09:31:46 GMT
Upgrade: websocket
Connection: Upgrade
Sec-Websocket-Accept: 9Ob0esHx5OWn7vfw6bKLgKGynwc=
Sec-Websocket-Extensions: permessage-deflate; server_no_context_takeover; client_no_context_takeover
Server: nbio


Closing Behavior

KeyValueDescription
isServerFalseTrue, 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.
droppedByMeFalseTrue, iff I dropped the TCP connection.
wasCleanTrueTrue, iff full WebSocket 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).
remoteCloseCode1000The 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
414
3011301
172811728
237212372
41001599965595900
Total1600365600305

Octets Transmitted by Chop Size

Chop SizeCountOctets
616
7428
818
11222
12112
13113
14228
16232
17117
18354
19238
20120
21363
22122
82182
90190
91191
922184
94194
962192
973291
984392
993297
1005500
1012202
1025510
1035515
1043312
1056630
1066636
1076642
1086648
1098872
1106660
1116666
1126672
1138904
1146684
115101150
116121392
117141638
118202360
119141666
120232760
121273267
122222684
123263198
124141736
125182250
126162016
127182286
128192432
129111419
130192470
131172227
13491206
135162160
1367952
137101370
138141932
139121668
140111540
1417987
142162272
14371001
144111584
1453435
146182628
147111617
14871036
1495745
15091350
151121812
1526912
1535765
1543462
1552310
1564624
1573471
1582316
1596954
1605800
1615805
1632326
1642328
1665830
1672334
1682336
1692338
1703510
1713513
1723516
1731173
1741174
1751175
1771177
1782356
1801180
1821182
1851185
1871187
1884752
1891189
1902380
1913573
1951195
1961196
1991199
2001200
2011201
2022404
2031203
2041204
2061206
2071207
2082416
2092418
2102420
2124848
2133639
2142428
21561290
2162432
21761302
21891962
21971533
22071540
2213663
2224888
2234892
22461344
2253675
2264904
2271227
2284912
2293687
2303690
2311231
2324928
2331233
23471638
23561410
2363708
23751185
2384952
23951195
24061440
24192169
24251210
24381944
244122928
2453735
246153690
24781976
24861488
249102490
25051250
25192259
25282016
25371771
254143556
25592295
25651280
25782056
25851290
25941036
2601260
26161566
26251310
2632526
264110242910336
3781378
Total120263071568

Frames Received by Opcode

OpcodeCount
015000
11000
81
Total16001

Frames Transmitted by Opcode

OpcodeCount
011024
11000
81
Total12025


Wire Log

000 TX OCTETS: 474554202f6563686f2f6d65737361676520485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465
               737453756974652f302e382e322d ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a436f6e74656e742d4c656e6774683a20
               300d0a446174653a204d6f6e2c20 ...
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=8cfc7b65, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 88828cfc7b658f14
007 RX OCTETS: 880203e8
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
               0x03e8
009 TCP DROPPED BY PEER