websock server - Case 12.4.2 : Pass - 448 ms @ 2025-11-26T12:36:40.640Z
Case Description
Send 1000 compressed messages each of payload size 64, auto-fragment to 0 octets. Use default permessage-deflate offer.
Case Expectation
Receive echo'ed messages (with payload as sent). Timeout case after 60 secs.
Case Outcome
Ok, received all echo'ed messages in time.
Expected:
{}
Observed:
[]
Case Closing Behavior
The spec requires the connection to be failed cleanly here (UNCLEAN)
GET /ws HTTP/1.1 User-Agent: AutobahnTestSuite/25.10.1-0.10.9 Host: 127.0.0.1:8888 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: 4Gag2BxKxaxFWJdvrKTIKw== Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Date: Wed, 26 Nov 2025 12:36:40 GMT Sec-Websocket-Extensions: permessage-deflate; client_no_context_takeover Upgrade: websocket Connection: Upgrade Sec-Websocket-Accept: EdsGwgyZFU55rrSZcIAP5bHUwI4=
| 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 | False | True, iff full WebSocket closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility). |
| wasNotCleanReason | peer dropped the TCP connection without previous WebSocket closing handshake | 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 | None | 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 |
| 66 | 1000 | 66000 |
| 240 | 1 | 240 |
| Total | 1001 | 66240 |
| Chop Size | Count | Octets |
| 8 | 1 | 8 |
| 40 | 1 | 40 |
| 44 | 1 | 44 |
| 45 | 3 | 135 |
| 46 | 2 | 92 |
| 47 | 4 | 188 |
| 48 | 7 | 336 |
| 49 | 4 | 196 |
| 50 | 19 | 950 |
| 51 | 5 | 255 |
| 52 | 10 | 520 |
| 53 | 18 | 954 |
| 54 | 184 | 9936 |
| 55 | 65 | 3575 |
| 56 | 26 | 1456 |
| 57 | 17 | 969 |
| 58 | 20 | 1160 |
| 59 | 45 | 2655 |
| 60 | 159 | 9540 |
| 61 | 78 | 4758 |
| 62 | 106 | 6572 |
| 63 | 42 | 2646 |
| 64 | 29 | 1856 |
| 65 | 18 | 1170 |
| 66 | 38 | 2508 |
| 67 | 15 | 1005 |
| 68 | 9 | 612 |
| 69 | 42 | 2898 |
| 70 | 11 | 770 |
| 71 | 10 | 710 |
| 72 | 12 | 864 |
| 342 | 1 | 342 |
| Total | 1002 | 59720 |
| Opcode | Count |
| 1 | 1000 |
| Total | 1000 |
| Opcode | Count |
| 1 | 1000 |
| 8 | 1 |
| Total | 1001 |
000 TX OCTETS: 474554202f777320485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f3235
2e31302e312d302e31302e390d0a ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a446174653a205765642c203236204e6f
7620323032352031323a33363a34 ...
002 WIRELOG DISABLED
003 CLOSE CONNECTION AFTER 60.000000 sec
004 WIRELOG ENABLED
005 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=ad8cfa8a, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
006 TX OCTETS: 8882ad8cfa8aae64
007 TCP DROPPED BY PEER