bandit - Case 9.2.5 : Pass - 9257 ms @ 2022-09-24T15:58:51.466Z
Case Description
Send binary message message with payload of length 8 * 2**20 (16M).
Case Expectation
Receive echo'ed binary message (with payload as sent).
Case Outcome
Received binary message of length 8388608.
Expected:
{}
Observed:
[]
Case Closing Behavior
Connection was properly closed (OK)
GET / HTTP/1.1 User-Agent: AutobahnTestSuite/0.8.2-0.10.9 Host: host.docker.internal:4000 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: KqiTb5BjUfANIT7IIw5WTw== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols content-length: 0 cache-control: max-age=0, private, must-revalidate upgrade: websocket connection: Upgrade sec-websocket-accept: /bvtGBAEVP3M6b0r9A+y0raJ3aw=
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 |
200 | 1 | 200 |
1296 | 2 | 2592 |
1460 | 43 | 62780 |
2756 | 4 | 11024 |
2920 | 41 | 119720 |
4216 | 2 | 8432 |
4380 | 47 | 205860 |
4426 | 1 | 4426 |
5676 | 4 | 22704 |
5840 | 69 | 402960 |
7136 | 5 | 35680 |
7300 | 49 | 357700 |
8396 | 1 | 8396 |
8596 | 8 | 68768 |
8760 | 50 | 438000 |
10056 | 9 | 90504 |
10220 | 48 | 490560 |
11516 | 7 | 80612 |
11680 | 34 | 397120 |
12976 | 7 | 90832 |
13140 | 25 | 328500 |
14436 | 10 | 144360 |
14600 | 32 | 467200 |
15896 | 6 | 95376 |
16060 | 21 | 337260 |
17356 | 6 | 104136 |
17520 | 16 | 280320 |
18816 | 7 | 131712 |
18980 | 17 | 322660 |
20276 | 4 | 81104 |
20440 | 13 | 265720 |
21736 | 5 | 108680 |
21900 | 10 | 219000 |
23196 | 2 | 46392 |
23360 | 8 | 186880 |
24656 | 6 | 147936 |
24820 | 8 | 198560 |
26116 | 5 | 130580 |
26280 | 6 | 157680 |
27576 | 5 | 137880 |
29036 | 4 | 116144 |
29200 | 2 | 58400 |
30660 | 5 | 153300 |
31956 | 1 | 31956 |
32120 | 3 | 96360 |
33416 | 1 | 33416 |
33580 | 4 | 134320 |
34876 | 3 | 104628 |
36336 | 3 | 109008 |
37960 | 2 | 75920 |
43636 | 1 | 43636 |
43800 | 1 | 43800 |
46556 | 1 | 46556 |
48016 | 1 | 48016 |
52560 | 1 | 52560 |
56776 | 1 | 56776 |
65536 | 6 | 393216 |
Total | 685 | 8388822 |
Chop Size | Count | Octets |
8 | 1 | 8 |
251 | 1 | 251 |
8388622 | 1 | 8388622 |
Total | 3 | 8388881 |
Opcode | Count |
2 | 1 |
8 | 1 |
Total | 2 |
Opcode | Count |
2 | 1 |
8 | 1 |
Total | 2 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e382e
322d302e31302e390d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a636f6e74656e742d6c656e6774683a20
300d0a63616368652d636f6e7472 ...
002 CLOSE CONNECTION AFTER 100.000000 sec
003 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=89be4e7d, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
004 TX OCTETS: 888289be4e7d8a56
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