Autobahn WebSocket Testsuite Report
Autobahn WebSocket

non-tls - Case 13.2.11 : Pass - 4031 ms @ 2021-07-05T08:16:10.070Z

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 /echo/message HTTP/1.1
User-Agent: AutobahnTestSuite/0.8.2-0.10.9
Host: localhost:9998
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: bnW0dHHC6PlnT0/Pn3Zo8Q==
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 08:16:10 GMT
Sec-Websocket-Accept: s1ASNrP1NlWBa+aC+DowIL+ZX28=
Sec-Websocket-Extensions: permessage-deflate; server_no_context_takeover; client_no_context_takeover
Server: nbio
Upgrade: websocket
Connection: Upgrade


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
410028114800
82009868085200
Total10168200305

Octets Transmitted by Chop Size

Chop SizeCountOctets
6742
7535
81188
9436
10330
11777
1210120
13452
14456
15230
16232
17585
187126
19476
207140
21121
22122
23369
24496
25250
26126
27254
28256
29258
33266
34268
35135
363108
376222
38276
394156
4012480
416246
427294
436258
444176
453135
464184
478376
484192
493147
503150
514204
52152
534212
545270
557385
562112
577399
584232
595295
604240
613183
623186
632126
643192
653195
662132
673201
682136
693207
702140
717497
723216
73173
743222
75175
762152
772154
78178
79179
81181
1541154
1555775
1572314
1585790
1593477
1605800
1612322
1625810
16371141
1646984
1656990
16691494
16791503
1685840
16971183
170111870
17181368
1723516
173132249
174101740
175122100
17671232
17781416
178101780
1795895
18081440
18181448
18281456
1832366
18471288
185132405
18661116
18771309
188112068
18961134
1904760
1913573
1924768
193101930
1944776
1955975
19661176
19761182
19861188
19961194
20061200
201112211
2023606
20361218
20491836
20571435
2061206
20761242
2084832
2094836
21061260
21151055
21291908
21391917
2141214
21581720
21651080
2174868
21871526
21961314
22051100
22181768
222112442
223112453
22471568
225102250
22671582
22751135
22851140
229102290
23071610
23171617
23251160
23381864
234112574
23551175
23661416
237112607
23871666
23971673
240122880
24181928
242102420
24351215
24471708
245102450
246133198
247153705
2483744
249122988
25041000
25171757
2522504
25361518
2542508
25571785
25661536
2572514
2582516
25951295
26041040
26151305
26282096
263112893
2641270335280
3781378
Total2272499602

Frames Received by Opcode

OpcodeCount
01000
11000
81
Total2001

Frames Transmitted by Opcode

OpcodeCount
01270
11000
81
Total2271


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=d3bd5b53, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 8882d3bd5b53d055
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