ws - Case 9.2.6 : Pass - 164 ms @ 2025-03-16T00:15:14.309Z
Case Description
Send binary message message with payload of length 16 * 2**20 (16M).
Case Expectation
Receive echo'ed binary message (with payload as sent).
Case Outcome
Received binary message of length 16777216.
Expected:
{}
Observed:
[]
Case Closing Behavior
Connection was properly closed (OK)
GET /runCase?case=258&agent=ws HTTP/1.1 Host: localhost:9001 User-Agent: Go-http-client/1.1 Connection: Upgrade Sec-WebSocket-Key: DdIPrlT7wev4BXtburPKyg== Sec-WebSocket-Version: 13 Upgrade: websocket
HTTP/1.1 101 Switching Protocols Server: AutobahnTestSuite/0.8.2-0.10.9 X-Powered-By: AutobahnPython/0.10.9 Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: 1Te6IvtsTVO8WneRMTlWSaN1trY=
| Key | Value | Description |
| isServer | True | 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 | True | 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 |
| 8 | 1 | 8 |
| 210 | 1 | 210 |
| 8204 | 1 | 8204 |
| 12311 | 1 | 12311 |
| 12313 | 1 | 12313 |
| 12316 | 1 | 12316 |
| 12319 | 1 | 12319 |
| 16410 | 1 | 16410 |
| 16413 | 1 | 16413 |
| 16414 | 1 | 16414 |
| 16416 | 4 | 65664 |
| 16417 | 1 | 16417 |
| 16418 | 2 | 32836 |
| 16420 | 1 | 16420 |
| 16422 | 2 | 32844 |
| 16424 | 2 | 32848 |
| 20512 | 1 | 20512 |
| 20513 | 1 | 20513 |
| 20514 | 1 | 20514 |
| 20517 | 1 | 20517 |
| 20519 | 4 | 82076 |
| 20520 | 4 | 82080 |
| 20521 | 1 | 20521 |
| 20522 | 1 | 20522 |
| 20527 | 1 | 20527 |
| 20528 | 1 | 20528 |
| 24616 | 2 | 49232 |
| 24624 | 3 | 73872 |
| 24627 | 1 | 24627 |
| 24628 | 1 | 24628 |
| 24632 | 1 | 24632 |
| 28720 | 1 | 28720 |
| 28722 | 1 | 28722 |
| 28732 | 1 | 28732 |
| 32832 | 1 | 32832 |
| 38668 | 1 | 38668 |
| 41032 | 1 | 41032 |
| 53608 | 1 | 53608 |
| 65536 | 240 | 15728640 |
| Total | 293 | 16810202 |
| Chop Size | Count | Octets |
| 4 | 1 | 4 |
| 206 | 1 | 206 |
| 16777226 | 1 | 16777226 |
| Total | 3 | 16777436 |
| Opcode | Count |
| 0 | 4095 |
| 2 | 1 |
| 8 | 1 |
| Total | 4097 |
| Opcode | Count |
| 2 | 1 |
| 8 | 1 |
| Total | 2 |
000 RX OCTETS: 474554202f72756e436173653f636173653d323538266167656e743d777320485454502f312e310d0a486f73743a206c6f63
616c686f73743a393030310d0a55 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
5465737453756974652f302e382e ...
002 CLOSE CONNECTION AFTER 100.000000 sec
003 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
004 TX OCTETS: 880203e8
005 RX OCTETS: 888241ddbb424235
006 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3431646462623432
0x03e8
007 TCP DROPPED BY ME