SwiftWebSocket - Case 13.7.11 : Pass - 781 ms @ 2016-04-13T16:19:39.213Z
Case Description
Send 1000 compressed messages each of payload size 8192, auto-fragment to 256 octets. Use permessage-deflate client offers (requestNoContextTakeover, requestMaxWindowBits): [(True, 8), (True, 0), (False, 0)]
Case Expectation
Receive echo'ed messages (with payload as sent). Timeout case after 480 secs.
         Case Outcome
Ok, received all echo'ed messages in time.
         Expected:
{}
         Observed:
[]
      
Case Closing Behavior
Connection was properly closed (OK)
GET /runCase?case=514&agent=SwiftWebSocket HTTP/1.1 Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; server_no_context_takeover; client_max_window_bits; server_max_window_bits=8 Upgrade: websocket User-Agent: SwiftWebSocket Origin: ws://localhost:9001/runCase?case=514&agent=SwiftWebSocket Sec-WebSocket-Version: 13 Connection: Upgrade Host: localhost:9001 Sec-WebSocket-Key: 2XN07VVTYNLestRT2uYxyA==
HTTP/1.1 101 Switching Protocols Server: AutobahnTestSuite/0.7.2-0.10.9 X-Powered-By: AutobahnPython/0.10.9 Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: 7thnkVX96sjsGvUfBYxeg19piCc= Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover; server_max_window_bits=8; client_no_context_takeover; client_max_window_bits=8
| 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 WebSockets 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 | 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 | 
| 6 | 1 | 6 | 
| 437 | 1 | 437 | 
| 8200 | 1000 | 8200000 | 
| Total | 1002 | 8200443 | 
| Chop Size | Count | Octets | 
| 2 | 6 | 12 | 
| 3 | 8 | 24 | 
| 4 | 9 | 36 | 
| 5 | 6 | 30 | 
| 6 | 9 | 54 | 
| 7 | 6 | 42 | 
| 8 | 7 | 56 | 
| 9 | 5 | 45 | 
| 10 | 7 | 70 | 
| 11 | 2 | 22 | 
| 12 | 1 | 12 | 
| 13 | 4 | 52 | 
| 14 | 4 | 56 | 
| 15 | 2 | 30 | 
| 16 | 4 | 64 | 
| 17 | 3 | 51 | 
| 18 | 1 | 18 | 
| 20 | 3 | 60 | 
| 24 | 1 | 24 | 
| 28 | 1 | 28 | 
| 30 | 2 | 60 | 
| 31 | 1 | 31 | 
| 32 | 2 | 64 | 
| 37 | 1 | 37 | 
| 39 | 3 | 117 | 
| 42 | 3 | 126 | 
| 43 | 1 | 43 | 
| 46 | 1 | 46 | 
| 47 | 1 | 47 | 
| 49 | 1 | 49 | 
| 50 | 1 | 50 | 
| 51 | 2 | 102 | 
| 53 | 1 | 53 | 
| 54 | 3 | 162 | 
| 55 | 1 | 55 | 
| 56 | 2 | 112 | 
| 58 | 4 | 232 | 
| 59 | 3 | 177 | 
| 60 | 2 | 120 | 
| 62 | 1 | 62 | 
| 63 | 2 | 126 | 
| 64 | 1 | 64 | 
| 66 | 1 | 66 | 
| 72 | 1 | 72 | 
| 73 | 1 | 73 | 
| 81 | 1 | 81 | 
| 83 | 1 | 83 | 
| 84 | 1 | 84 | 
| 131 | 1 | 131 | 
| 132 | 2 | 264 | 
| 133 | 3 | 399 | 
| 134 | 3 | 402 | 
| 135 | 5 | 675 | 
| 136 | 1 | 136 | 
| 137 | 5 | 685 | 
| 138 | 4 | 552 | 
| 139 | 3 | 417 | 
| 141 | 4 | 564 | 
| 142 | 6 | 852 | 
| 143 | 4 | 572 | 
| 144 | 6 | 864 | 
| 145 | 7 | 1015 | 
| 146 | 6 | 876 | 
| 147 | 10 | 1470 | 
| 148 | 12 | 1776 | 
| 149 | 11 | 1639 | 
| 150 | 8 | 1200 | 
| 151 | 9 | 1359 | 
| 152 | 12 | 1824 | 
| 153 | 11 | 1683 | 
| 154 | 12 | 1848 | 
| 155 | 9 | 1395 | 
| 156 | 12 | 1872 | 
| 157 | 8 | 1256 | 
| 158 | 14 | 2212 | 
| 159 | 12 | 1908 | 
| 160 | 13 | 2080 | 
| 161 | 8 | 1288 | 
| 162 | 7 | 1134 | 
| 163 | 9 | 1467 | 
| 164 | 6 | 984 | 
| 165 | 7 | 1155 | 
| 166 | 8 | 1328 | 
| 167 | 8 | 1336 | 
| 168 | 6 | 1008 | 
| 169 | 7 | 1183 | 
| 170 | 5 | 850 | 
| 171 | 4 | 684 | 
| 172 | 3 | 516 | 
| 173 | 5 | 865 | 
| 174 | 7 | 1218 | 
| 175 | 5 | 875 | 
| 176 | 5 | 880 | 
| 177 | 4 | 708 | 
| 178 | 8 | 1424 | 
| 179 | 8 | 1432 | 
| 180 | 12 | 2160 | 
| 181 | 5 | 905 | 
| 182 | 5 | 910 | 
| 183 | 11 | 2013 | 
| 184 | 12 | 2208 | 
| 185 | 3 | 555 | 
| 186 | 12 | 2232 | 
| 187 | 11 | 2057 | 
| 188 | 11 | 2068 | 
| 189 | 15 | 2835 | 
| 190 | 14 | 2660 | 
| 191 | 9 | 1719 | 
| 192 | 6 | 1152 | 
| 193 | 7 | 1351 | 
| 194 | 12 | 2328 | 
| 195 | 12 | 2340 | 
| 196 | 5 | 980 | 
| 197 | 5 | 985 | 
| 198 | 9 | 1782 | 
| 199 | 4 | 796 | 
| 200 | 6 | 1200 | 
| 201 | 5 | 1005 | 
| 202 | 7 | 1414 | 
| 203 | 9 | 1827 | 
| 204 | 3 | 612 | 
| 205 | 10 | 2050 | 
| 206 | 5 | 1030 | 
| 207 | 7 | 1449 | 
| 208 | 4 | 832 | 
| 209 | 4 | 836 | 
| 210 | 4 | 840 | 
| 211 | 2 | 422 | 
| 213 | 5 | 1065 | 
| 214 | 4 | 856 | 
| 215 | 6 | 1290 | 
| 216 | 10 | 2160 | 
| 217 | 10 | 2170 | 
| 218 | 3 | 654 | 
| 219 | 7 | 1533 | 
| 220 | 5 | 1100 | 
| 221 | 5 | 1105 | 
| 222 | 8 | 1776 | 
| 223 | 12 | 2676 | 
| 224 | 8 | 1792 | 
| 225 | 4 | 900 | 
| 226 | 8 | 1808 | 
| 227 | 7 | 1589 | 
| 228 | 8 | 1824 | 
| 229 | 7 | 1603 | 
| 230 | 8 | 1840 | 
| 231 | 5 | 1155 | 
| 232 | 4 | 928 | 
| 233 | 6 | 1398 | 
| 234 | 7 | 1638 | 
| 235 | 2 | 470 | 
| 236 | 8 | 1888 | 
| 237 | 6 | 1422 | 
| 238 | 4 | 952 | 
| 239 | 4 | 956 | 
| 240 | 2 | 480 | 
| 241 | 1 | 241 | 
| 242 | 5 | 1210 | 
| 243 | 3 | 729 | 
| 244 | 4 | 976 | 
| 245 | 9 | 2205 | 
| 246 | 5 | 1230 | 
| 247 | 4 | 988 | 
| 248 | 10 | 2480 | 
| 249 | 8 | 1992 | 
| 250 | 7 | 1750 | 
| 251 | 7 | 1757 | 
| 252 | 8 | 2016 | 
| 253 | 2 | 506 | 
| 254 | 10 | 2540 | 
| 255 | 7 | 1785 | 
| 256 | 1 | 256 | 
| 257 | 5 | 1285 | 
| 258 | 12 | 3096 | 
| 259 | 7 | 1813 | 
| 260 | 1133 | 294580 | 
| 360 | 1 | 360 | 
| Total | 2135 | 465817 | 
| Opcode | Count | 
| 1 | 1000 | 
| 8 | 1 | 
| Total | 1001 | 
| Opcode | Count | 
| 0 | 1133 | 
| 1 | 1000 | 
| 8 | 1 | 
| Total | 2134 | 
000 RX OCTETS: 474554202f72756e436173653f636173653d353134266167656e743d5377696674576562536f636b657420485454502f312e
310d0a5365632d576562536f636b ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
5465737453756974652f302e372e ...
002 WIRELOG DISABLED
003 CLOSE CONNECTION AFTER 480.000000 sec
004 WIRELOG ENABLED
005 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
006 TX OCTETS: 880203e8
007 RX OCTETS: 8880b6fae8eb
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=6236666165386562
009 TCP DROPPED BY ME