websock secure server - Case 2.11 : Pass - 32 ms @ 2025-11-26T12:35:14.109Z
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: a1vsixTBgHuIgcatqtRehw== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Date: Wed, 26 Nov 2025 12:35:14 GMT Connection: Upgrade Upgrade: websocket Sec-Websocket-Accept: nPAgUjArBcqSBR8AuyZwkZDHsL4=
| 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: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a446174653a205765642c203236204e6f
7620323032352031323a33353a31 ...
002 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=a0def2ce, 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=3c377585, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=5d22f79d, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=3692c804, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=0c14fb7b, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=56cfc806, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=cb112fea, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=a8e1c564, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=c7922563, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=7d988ef0, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 89
015 TX OCTETS: a0
016 TX OCTETS: de
017 TX OCTETS: f2
018 TX OCTETS: ce
019 TX OCTETS: d0
020 TX OCTETS: bf
021 TX OCTETS: 8b
022 TX OCTETS: a2
023 TX OCTETS: cf
024 TX OCTETS: bf
025 TX OCTETS: 96
026 TX OCTETS: e3
027 TX OCTETS: 90
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: 3c
033 TX OCTETS: 37
034 TX OCTETS: 75
035 TX OCTETS: 85
036 TX OCTETS: 4c
037 TX OCTETS: 56
038 TX OCTETS: 0c
039 TX OCTETS: e9
040 TX OCTETS: 53
041 TX OCTETS: 56
042 TX OCTETS: 11
043 TX OCTETS: a8
044 TX OCTETS: 0d
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: 5d
050 TX OCTETS: 22
051 TX OCTETS: f7
052 TX OCTETS: 9d
053 TX OCTETS: 2d
054 TX OCTETS: 43
055 TX OCTETS: 8e
056 TX OCTETS: f1
057 TX OCTETS: 32
058 TX OCTETS: 43
059 TX OCTETS: 93
060 TX OCTETS: b0
061 TX OCTETS: 6f
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: 36
067 TX OCTETS: 92
068 TX OCTETS: c8
069 TX OCTETS: 04
070 TX OCTETS: 46
071 TX OCTETS: f3
072 TX OCTETS: b1
073 TX OCTETS: 68
074 TX OCTETS: 59
075 TX OCTETS: f3
076 TX OCTETS: ac
077 TX OCTETS: 29
078 TX OCTETS: 05
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: 0c
084 TX OCTETS: 14
085 TX OCTETS: fb
086 TX OCTETS: 7b
087 TX OCTETS: 7c
088 TX OCTETS: 75
089 TX OCTETS: 82
090 TX OCTETS: 17
091 TX OCTETS: 63
092 TX OCTETS: 75
093 TX OCTETS: 9f
094 TX OCTETS: 56
095 TX OCTETS: 38
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: 56
101 TX OCTETS: cf
102 TX OCTETS: c8
103 TX OCTETS: 06
104 TX OCTETS: 26
105 TX OCTETS: ae
106 TX OCTETS: b1
107 TX OCTETS: 6a
108 TX OCTETS: 39
109 TX OCTETS: ae
110 TX OCTETS: ac
111 TX OCTETS: 2b
112 TX OCTETS: 63
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: cb
118 TX OCTETS: 11
119 TX OCTETS: 2f
120 TX OCTETS: ea
121 TX OCTETS: bb
122 TX OCTETS: 70
123 TX OCTETS: 56
124 TX OCTETS: 86
125 TX OCTETS: a4
126 TX OCTETS: 70
127 TX OCTETS: 4b
128 TX OCTETS: c7
129 TX OCTETS: fd
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: a8
135 TX OCTETS: e1
136 TX OCTETS: c5
137 TX OCTETS: 64
138 TX OCTETS: d8
139 TX OCTETS: 80
140 TX OCTETS: bc
141 TX OCTETS: 08
142 TX OCTETS: c7
143 TX OCTETS: 80
144 TX OCTETS: a1
145 TX OCTETS: 49
146 TX OCTETS: 9f
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: c7
152 TX OCTETS: 92
153 TX OCTETS: 25
154 TX OCTETS: 63
155 TX OCTETS: b7
156 TX OCTETS: f3
157 TX OCTETS: 5c
158 TX OCTETS: 0f
159 TX OCTETS: a8
160 TX OCTETS: f3
161 TX OCTETS: 41
162 TX OCTETS: 4e
163 TX OCTETS: ff
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: 7d
169 TX OCTETS: 98
170 TX OCTETS: 8e
171 TX OCTETS: f0
172 TX OCTETS: 0d
173 TX OCTETS: f9
174 TX OCTETS: f7
175 TX OCTETS: 9c
176 TX OCTETS: 12
177 TX OCTETS: f9
178 TX OCTETS: ea
179 TX OCTETS: dd
180 TX OCTETS: 44
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=e3e20059, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
184 TX OCTETS: 8882e3e20059e00a
185 TCP DROPPED BY PEER