WebSocket-Node 1.0.27 - Case 9.4.9 : Pass - 284 ms @ 2020-08-28T14:51:31.788Z
Case Description
Send fragmented binary message message with message payload of length 4 * 2**20 (4M). Sent out in fragments of 4M.
Case Expectation
Receive echo'ed binary message (with payload as sent).
Case Outcome
Received binary message of length 4194304.
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: dpqYt/5AThtgVr0E+a00gw== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: LjWEt8LW4eJj1sfpToz7McKxUR0=
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 |
1296 | 5 | 6480 |
1460 | 38 | 55480 |
2756 | 2 | 5512 |
2920 | 44 | 128480 |
4216 | 3 | 12648 |
4380 | 34 | 148920 |
4731 | 1 | 4731 |
5676 | 3 | 17028 |
5840 | 40 | 233600 |
7136 | 4 | 28544 |
7300 | 28 | 204400 |
8596 | 4 | 34384 |
8760 | 24 | 210240 |
10056 | 4 | 40224 |
10220 | 14 | 143080 |
11516 | 2 | 23032 |
11680 | 15 | 175200 |
12976 | 6 | 77856 |
13140 | 14 | 183960 |
14436 | 1 | 14436 |
14600 | 11 | 160600 |
15896 | 1 | 15896 |
16060 | 13 | 208780 |
17356 | 2 | 34712 |
17520 | 9 | 157680 |
18336 | 1 | 18336 |
18816 | 1 | 18816 |
18980 | 7 | 132860 |
20276 | 1 | 20276 |
20440 | 4 | 81760 |
21736 | 1 | 21736 |
21900 | 5 | 109500 |
23196 | 4 | 92784 |
23360 | 2 | 46720 |
24656 | 2 | 49312 |
24820 | 6 | 148920 |
26116 | 1 | 26116 |
26280 | 1 | 26280 |
27576 | 3 | 82728 |
27740 | 5 | 138700 |
29036 | 1 | 29036 |
29200 | 1 | 29200 |
30496 | 3 | 91488 |
30660 | 2 | 61320 |
32120 | 1 | 32120 |
33416 | 1 | 33416 |
33580 | 1 | 33580 |
35040 | 1 | 35040 |
36336 | 1 | 36336 |
37796 | 1 | 37796 |
39256 | 1 | 39256 |
40716 | 1 | 40716 |
40855 | 1 | 40855 |
43800 | 1 | 43800 |
45096 | 1 | 45096 |
46720 | 1 | 46720 |
52560 | 1 | 52560 |
59696 | 1 | 59696 |
65536 | 1 | 65536 |
Total | 390 | 4194447 |
Chop Size | Count | Octets |
8 | 1 | 8 |
251 | 1 | 251 |
4194318 | 1 | 4194318 |
Total | 3 | 4194577 |
Opcode | Count |
2 | 1 |
8 | 1 |
Total | 2 |
Opcode | Count |
2 | 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=49172043, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
004 TX OCTETS: 8882491720434aff
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