WebSocket-Node 1.0.27 - Case 9.2.4 : Pass - 278 ms @ 2020-08-28T14:51:25.808Z
Case Description
Send binary message message with payload of length 4 * 2**20 (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: Is5OEflurnyd3LAcoW5J3Q== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: +CW/5YoNpjojsrrvNieNA8r9Dys=
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 | 7 | 9072 |
1460 | 127 | 185420 |
2756 | 4 | 11024 |
2920 | 131 | 382520 |
3736 | 1 | 3736 |
4216 | 8 | 33728 |
4380 | 69 | 302220 |
4731 | 1 | 4731 |
5676 | 9 | 51084 |
5840 | 80 | 467200 |
7136 | 5 | 35680 |
7300 | 43 | 313900 |
8596 | 4 | 34384 |
8760 | 43 | 376680 |
10056 | 1 | 10056 |
10220 | 37 | 378140 |
11516 | 6 | 69096 |
11680 | 24 | 280320 |
12976 | 5 | 64880 |
13140 | 15 | 197100 |
14436 | 4 | 57744 |
14600 | 12 | 175200 |
15896 | 1 | 15896 |
16060 | 7 | 112420 |
17356 | 1 | 17356 |
17520 | 2 | 35040 |
18816 | 2 | 37632 |
18980 | 4 | 75920 |
20276 | 1 | 20276 |
20440 | 3 | 61320 |
21900 | 2 | 43800 |
23360 | 2 | 46720 |
24820 | 1 | 24820 |
26116 | 1 | 26116 |
26280 | 1 | 26280 |
27576 | 1 | 27576 |
48016 | 1 | 48016 |
65536 | 2 | 131072 |
Total | 671 | 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 10.000000 sec
003 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=b2d857bd, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
004 TX OCTETS: 8882b2d857bdb130
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