websock secure server - Case 2.11 : Pass - 31 ms @ 2026-03-07T18:25:42.721Z
Case Description
Send 10 Pings with payload. Send out octets in octet-wise chops.
Case Expectation
Pongs for our Pings with all the payloads. Note: This is not required by the Spec .. but we check for this behaviour anyway. Clean close with normal code.
Case Outcome
Actual events match at least one expected.
Expected:
{'OK': [('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]}
Observed:
[('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]
Case Closing Behavior
The spec requires the connection to be failed cleanly here (UNCLEAN)
GET /wss HTTP/1.1 User-Agent: AutobahnTestSuite/25.10.1-0.10.9 Host: 127.0.0.1:8889 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: HgfRxuVAz472CMWczynqqw== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Date: Sat, 07 Mar 2026 18:25:42 GMT Connection: Upgrade Upgrade: websocket Sec-Websocket-Accept: aLQN04l7CE00MfEQafDzmnkBeVw=
| 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 |
| 11 | 10 | 110 |
| 166 | 1 | 166 |
| Total | 11 | 276 |
| Chop Size | Count | Octets |
| 1 | 150 | 150 |
| 8 | 1 | 8 |
| 245 | 1 | 245 |
| Total | 152 | 403 |
| Opcode | Count |
| 10 | 10 |
| Total | 10 |
| Opcode | Count |
| 8 | 1 |
| 9 | 10 |
| Total | 11 |
000 TX OCTETS: 474554202f77737320485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f32
352e31302e312d302e31302e390d ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a446174653a205361742c203037204d61
7220323032362031383a32353a34 ...
002 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=8e7ccf24, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-0
003 TX OCTETS: 89
004 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=5f7c75b4, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=9dac4363, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=bc706d84, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=af821e63, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=e80c00d5, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=e5aff7b7, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=496b86cb, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=312e525a, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=c093e9da, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 89
015 TX OCTETS: 8e
016 TX OCTETS: 7c
017 TX OCTETS: cf
018 TX OCTETS: 24
019 TX OCTETS: fe
020 TX OCTETS: 1d
021 TX OCTETS: b6
022 TX OCTETS: 48
023 TX OCTETS: e1
024 TX OCTETS: 1d
025 TX OCTETS: ab
026 TX OCTETS: 09
027 TX OCTETS: be
028 TX OCTETS: 89
029 RX OCTETS: 8a097061796c6f61642d30
030 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
031 TX OCTETS: 89
032 TX OCTETS: 5f
033 TX OCTETS: 7c
034 TX OCTETS: 75
035 TX OCTETS: b4
036 TX OCTETS: 2f
037 TX OCTETS: 1d
038 TX OCTETS: 0c
039 TX OCTETS: d8
040 TX OCTETS: 30
041 TX OCTETS: 1d
042 TX OCTETS: 11
043 TX OCTETS: 99
044 TX OCTETS: 6e
045 TX OCTETS: 89
046 RX OCTETS: 8a097061796c6f61642d31
047 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
048 TX OCTETS: 89
049 TX OCTETS: 9d
050 TX OCTETS: ac
051 TX OCTETS: 43
052 TX OCTETS: 63
053 TX OCTETS: ed
054 TX OCTETS: cd
055 TX OCTETS: 3a
056 TX OCTETS: 0f
057 TX OCTETS: f2
058 TX OCTETS: cd
059 TX OCTETS: 27
060 TX OCTETS: 4e
061 TX OCTETS: af
062 TX OCTETS: 89
063 RX OCTETS: 8a097061796c6f61642d32
064 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-2
065 TX OCTETS: 89
066 TX OCTETS: bc
067 TX OCTETS: 70
068 TX OCTETS: 6d
069 TX OCTETS: 84
070 TX OCTETS: cc
071 TX OCTETS: 11
072 TX OCTETS: 14
073 TX OCTETS: e8
074 TX OCTETS: d3
075 TX OCTETS: 11
076 TX OCTETS: 09
077 TX OCTETS: a9
078 TX OCTETS: 8f
079 TX OCTETS: 89
080 RX OCTETS: 8a097061796c6f61642d33
081 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
082 TX OCTETS: 89
083 TX OCTETS: af
084 TX OCTETS: 82
085 TX OCTETS: 1e
086 TX OCTETS: 63
087 TX OCTETS: df
088 TX OCTETS: e3
089 TX OCTETS: 67
090 TX OCTETS: 0f
091 TX OCTETS: c0
092 TX OCTETS: e3
093 TX OCTETS: 7a
094 TX OCTETS: 4e
095 TX OCTETS: 9b
096 TX OCTETS: 89
097 RX OCTETS: 8a097061796c6f61642d34
098 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
099 TX OCTETS: 89
100 TX OCTETS: e8
101 TX OCTETS: 0c
102 TX OCTETS: 00
103 TX OCTETS: d5
104 TX OCTETS: 98
105 TX OCTETS: 6d
106 TX OCTETS: 79
107 TX OCTETS: b9
108 TX OCTETS: 87
109 TX OCTETS: 6d
110 TX OCTETS: 64
111 TX OCTETS: f8
112 TX OCTETS: dd
113 TX OCTETS: 89
114 RX OCTETS: 8a097061796c6f61642d35
115 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
116 TX OCTETS: 89
117 TX OCTETS: e5
118 TX OCTETS: af
119 TX OCTETS: f7
120 TX OCTETS: b7
121 TX OCTETS: 95
122 TX OCTETS: ce
123 TX OCTETS: 8e
124 TX OCTETS: db
125 TX OCTETS: 8a
126 TX OCTETS: ce
127 TX OCTETS: 93
128 TX OCTETS: 9a
129 TX OCTETS: d3
130 TX OCTETS: 89
131 RX OCTETS: 8a097061796c6f61642d36
132 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-6
133 TX OCTETS: 89
134 TX OCTETS: 49
135 TX OCTETS: 6b
136 TX OCTETS: 86
137 TX OCTETS: cb
138 TX OCTETS: 39
139 TX OCTETS: 0a
140 TX OCTETS: ff
141 TX OCTETS: a7
142 TX OCTETS: 26
143 TX OCTETS: 0a
144 TX OCTETS: e2
145 TX OCTETS: e6
146 TX OCTETS: 7e
147 TX OCTETS: 89
148 RX OCTETS: 8a097061796c6f61642d37
149 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-7
150 TX OCTETS: 89
151 TX OCTETS: 31
152 TX OCTETS: 2e
153 TX OCTETS: 52
154 TX OCTETS: 5a
155 TX OCTETS: 41
156 TX OCTETS: 4f
157 TX OCTETS: 2b
158 TX OCTETS: 36
159 TX OCTETS: 5e
160 TX OCTETS: 4f
161 TX OCTETS: 36
162 TX OCTETS: 77
163 TX OCTETS: 09
164 TX OCTETS: 89
165 RX OCTETS: 8a097061796c6f61642d38
166 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
167 TX OCTETS: 89
168 TX OCTETS: c0
169 TX OCTETS: 93
170 TX OCTETS: e9
171 TX OCTETS: da
172 TX OCTETS: b0
173 TX OCTETS: f2
174 TX OCTETS: 90
175 TX OCTETS: b6
176 TX OCTETS: af
177 TX OCTETS: f2
178 TX OCTETS: 8d
179 TX OCTETS: f7
180 TX OCTETS: f9
181 RX OCTETS: 8a097061796c6f61642d39
182 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-9
183 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=2c34be51, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
184 TX OCTETS: 88822c34be512fdc
185 TCP DROPPED BY PEER