WebSocket-Node 1.0.27 - Case 9.1.6 : Pass - 801 ms @ 2020-08-28T14:51:24.902Z
Case Description
Send text message message with payload of length 16 * 2**20 (16M).
Case Expectation
Receive echo'ed text message (with payload as sent).
Case Outcome
Received text message of length 16777216.
Expected:
{}
Observed:
[]
Case Closing Behavior
Connection was properly closed (OK)
GET / HTTP/1.1 User-Agent: AutobahnTestSuite/0.8.1-0.10.9 Host: host.docker.internal:8080 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: xsuMOvaBIX8LgfVlh9PjkQ== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: ttHIqliRdsoqcVDJfDqm0hbX/tA=
Key | Value | Description |
isServer | False | True, iff I (the fuzzer) am a server, and the peer is a client. |
closedByMe | True | True, iff I have initiated closing handshake (that is, did send close first). |
failedByMe | False | True, 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. |
droppedByMe | False | True, iff I dropped the TCP connection. |
wasClean | True | True, iff full WebSocket closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility). |
wasNotCleanReason | None | When wasClean == False, the reason what happened. |
wasServerConnectionDropTimeout | False | When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True. |
wasOpenHandshakeTimeout | False | When performing the opening handshake, but the peer did not finish in time, this gets True. |
wasCloseHandshakeTimeout | False | When we initiated a closing handshake, but the peer did not respond in time, this gets True. |
localCloseCode | 1000 | The close code I sent in close frame (if any). |
localCloseReason | None | The close reason I sent in close frame (if any). |
remoteCloseCode | 1000 | The close code the peer sent me in close frame (if any). |
remoteCloseReason | None | The close reason the peer sent me in close frame (if any). |
Chop Size | Count | Octets |
4 | 1 | 4 |
129 | 1 | 129 |
139 | 1 | 139 |
1296 | 5 | 6480 |
1460 | 55 | 80300 |
2756 | 12 | 33072 |
2920 | 91 | 265720 |
4216 | 10 | 42160 |
4380 | 84 | 367920 |
5676 | 28 | 158928 |
5840 | 144 | 840960 |
7136 | 23 | 164128 |
7300 | 168 | 1226400 |
8596 | 32 | 275072 |
8760 | 143 | 1252680 |
9927 | 1 | 9927 |
10056 | 18 | 181008 |
10220 | 124 | 1267280 |
11516 | 21 | 241836 |
11680 | 107 | 1249760 |
12976 | 18 | 233568 |
13140 | 93 | 1222020 |
14436 | 21 | 303156 |
14600 | 69 | 1007400 |
15896 | 12 | 190752 |
16060 | 53 | 851180 |
17356 | 10 | 173560 |
17520 | 48 | 840960 |
18816 | 6 | 112896 |
18980 | 23 | 436540 |
20276 | 4 | 81104 |
20440 | 18 | 367920 |
21736 | 8 | 173888 |
21900 | 28 | 613200 |
23196 | 2 | 46392 |
23360 | 12 | 280320 |
24656 | 2 | 49312 |
24820 | 7 | 173740 |
26280 | 5 | 131400 |
27576 | 3 | 82728 |
27740 | 5 | 138700 |
29036 | 2 | 58072 |
29200 | 5 | 146000 |
30496 | 2 | 60992 |
30660 | 9 | 275940 |
31956 | 3 | 95868 |
32120 | 1 | 32120 |
33416 | 1 | 33416 |
33580 | 1 | 33580 |
34876 | 1 | 34876 |
35040 | 3 | 105120 |
36336 | 2 | 72672 |
36500 | 1 | 36500 |
37796 | 2 | 75592 |
37960 | 2 | 75920 |
42176 | 1 | 42176 |
43636 | 1 | 43636 |
46556 | 1 | 46556 |
49476 | 2 | 98952 |
51100 | 1 | 51100 |
52560 | 1 | 52560 |
65536 | 2 | 131072 |
Total | 1560 | 16777359 |
Chop Size | Count | Octets |
8 | 1 | 8 |
251 | 1 | 251 |
16777230 | 1 | 16777230 |
Total | 3 | 16777489 |
Opcode | Count |
1 | 1 |
8 | 1 |
Total | 2 |
Opcode | Count |
1 | 1 |
8 | 1 |
Total | 2 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e382e
312d302e31302e390d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a557067726164653a20776562736f636b
65740d0a436f6e6e656374696f6e ...
002 CLOSE CONNECTION AFTER 100.000000 sec
003 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=1afcf142, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
004 TX OCTETS: 88821afcf1421914
005 RX OCTETS: 880203e8
006 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
0x03e8
007 TCP DROPPED BY PEER