SwiftWebSocket - Case 12.2.15 : Pass - 17054 ms @ 2016-04-13T16:11:44.085Z
Case Description
Send 1000 compressed messages each of payload size 131072, auto-fragment to 256 octets. Use default permessage-deflate offer.
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=338&agent=SwiftWebSocket HTTP/1.1 Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits; server_max_window_bits=15 Upgrade: websocket User-Agent: SwiftWebSocket Origin: ws://localhost:9001/runCase?case=338&agent=SwiftWebSocket Sec-WebSocket-Version: 13 Connection: Upgrade Host: localhost:9001 Sec-WebSocket-Key: mBMUMLpxXZu5m9J4rXbO4Q==
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: jDwkuIru3HS1cjEHoA8nQxlb4OE= Sec-WebSocket-Extensions: permessage-deflate; server_max_window_bits=15
| 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 |
| 14 | 1000 | 14000 |
| 382 | 1 | 382 |
| 65536 | 2000 | 131072000 |
| Total | 3002 | 131086388 |
| Chop Size | Count | Octets |
| 3 | 2 | 6 |
| 4 | 7 | 28 |
| 5 | 2 | 10 |
| 7 | 3 | 21 |
| 8 | 5 | 40 |
| 9 | 1 | 9 |
| 10 | 4 | 40 |
| 12 | 4 | 48 |
| 14 | 2 | 28 |
| 15 | 2 | 30 |
| 16 | 3 | 48 |
| 17 | 4 | 68 |
| 18 | 3 | 54 |
| 19 | 2 | 38 |
| 20 | 3 | 60 |
| 21 | 1 | 21 |
| 22 | 2 | 44 |
| 23 | 2 | 46 |
| 24 | 1 | 24 |
| 25 | 3 | 75 |
| 26 | 3 | 78 |
| 27 | 2 | 54 |
| 28 | 2 | 56 |
| 29 | 1 | 29 |
| 30 | 2 | 60 |
| 31 | 3 | 93 |
| 32 | 4 | 128 |
| 33 | 4 | 132 |
| 34 | 1 | 34 |
| 35 | 1 | 35 |
| 36 | 4 | 144 |
| 37 | 4 | 148 |
| 38 | 3 | 114 |
| 39 | 3 | 117 |
| 40 | 1 | 40 |
| 41 | 2 | 82 |
| 42 | 2 | 84 |
| 43 | 2 | 86 |
| 44 | 4 | 176 |
| 45 | 3 | 135 |
| 46 | 1 | 46 |
| 47 | 3 | 141 |
| 48 | 2 | 96 |
| 49 | 3 | 147 |
| 50 | 3 | 150 |
| 51 | 2 | 102 |
| 52 | 3 | 156 |
| 53 | 3 | 159 |
| 54 | 8 | 432 |
| 55 | 6 | 330 |
| 56 | 4 | 224 |
| 57 | 4 | 228 |
| 58 | 4 | 232 |
| 59 | 4 | 236 |
| 60 | 1 | 60 |
| 61 | 5 | 305 |
| 62 | 4 | 248 |
| 63 | 1 | 63 |
| 64 | 2 | 128 |
| 65 | 2 | 130 |
| 66 | 9 | 594 |
| 67 | 4 | 268 |
| 68 | 2 | 136 |
| 69 | 2 | 138 |
| 70 | 6 | 420 |
| 71 | 6 | 426 |
| 73 | 4 | 292 |
| 74 | 2 | 148 |
| 75 | 7 | 525 |
| 76 | 7 | 532 |
| 77 | 4 | 308 |
| 78 | 3 | 234 |
| 79 | 4 | 316 |
| 80 | 6 | 480 |
| 81 | 3 | 243 |
| 82 | 10 | 820 |
| 83 | 7 | 581 |
| 84 | 6 | 504 |
| 85 | 3 | 255 |
| 86 | 3 | 258 |
| 87 | 1 | 87 |
| 88 | 4 | 352 |
| 89 | 3 | 267 |
| 90 | 3 | 270 |
| 91 | 6 | 546 |
| 92 | 2 | 184 |
| 93 | 3 | 279 |
| 94 | 7 | 658 |
| 95 | 3 | 285 |
| 96 | 8 | 768 |
| 97 | 1 | 97 |
| 98 | 3 | 294 |
| 99 | 4 | 396 |
| 100 | 2 | 200 |
| 101 | 5 | 505 |
| 102 | 6 | 612 |
| 103 | 4 | 412 |
| 104 | 7 | 728 |
| 105 | 7 | 735 |
| 106 | 4 | 424 |
| 107 | 6 | 642 |
| 108 | 7 | 756 |
| 109 | 4 | 436 |
| 110 | 6 | 660 |
| 111 | 3 | 333 |
| 112 | 4 | 448 |
| 113 | 10 | 1130 |
| 114 | 4 | 456 |
| 115 | 1 | 115 |
| 116 | 2 | 232 |
| 117 | 8 | 936 |
| 118 | 6 | 708 |
| 119 | 4 | 476 |
| 120 | 4 | 480 |
| 121 | 5 | 605 |
| 122 | 5 | 610 |
| 123 | 5 | 615 |
| 124 | 7 | 868 |
| 125 | 4 | 500 |
| 126 | 2 | 252 |
| 127 | 6 | 762 |
| 130 | 4 | 520 |
| 131 | 5 | 655 |
| 132 | 7 | 924 |
| 133 | 3 | 399 |
| 134 | 4 | 536 |
| 135 | 7 | 945 |
| 136 | 4 | 544 |
| 137 | 8 | 1096 |
| 138 | 6 | 828 |
| 139 | 4 | 556 |
| 140 | 2 | 280 |
| 141 | 4 | 564 |
| 142 | 5 | 710 |
| 143 | 4 | 572 |
| 144 | 3 | 432 |
| 145 | 6 | 870 |
| 146 | 4 | 584 |
| 147 | 4 | 588 |
| 148 | 6 | 888 |
| 149 | 1 | 149 |
| 150 | 6 | 900 |
| 151 | 5 | 755 |
| 152 | 6 | 912 |
| 153 | 5 | 765 |
| 155 | 2 | 310 |
| 156 | 5 | 780 |
| 158 | 7 | 1106 |
| 159 | 4 | 636 |
| 160 | 2 | 320 |
| 161 | 8 | 1288 |
| 162 | 6 | 972 |
| 163 | 4 | 652 |
| 164 | 4 | 656 |
| 165 | 9 | 1485 |
| 166 | 7 | 1162 |
| 167 | 6 | 1002 |
| 168 | 1 | 168 |
| 169 | 3 | 507 |
| 170 | 5 | 850 |
| 171 | 4 | 684 |
| 172 | 10 | 1720 |
| 173 | 8 | 1384 |
| 174 | 4 | 696 |
| 175 | 5 | 875 |
| 176 | 8 | 1408 |
| 177 | 9 | 1593 |
| 178 | 4 | 712 |
| 179 | 7 | 1253 |
| 181 | 7 | 1267 |
| 182 | 6 | 1092 |
| 183 | 3 | 549 |
| 184 | 6 | 1104 |
| 185 | 8 | 1480 |
| 186 | 11 | 2046 |
| 187 | 5 | 935 |
| 188 | 4 | 752 |
| 189 | 3 | 567 |
| 190 | 5 | 950 |
| 191 | 5 | 955 |
| 192 | 2 | 384 |
| 193 | 5 | 965 |
| 194 | 6 | 1164 |
| 195 | 8 | 1560 |
| 196 | 6 | 1176 |
| 198 | 5 | 990 |
| 199 | 7 | 1393 |
| 200 | 4 | 800 |
| 201 | 2 | 402 |
| 202 | 3 | 606 |
| 203 | 3 | 609 |
| 204 | 5 | 1020 |
| 205 | 3 | 615 |
| 206 | 1 | 206 |
| 207 | 2 | 414 |
| 208 | 3 | 624 |
| 209 | 2 | 418 |
| 210 | 2 | 420 |
| 211 | 2 | 422 |
| 213 | 1 | 213 |
| 214 | 3 | 642 |
| 215 | 7 | 1505 |
| 217 | 7 | 1519 |
| 218 | 6 | 1308 |
| 219 | 6 | 1314 |
| 220 | 2 | 440 |
| 221 | 5 | 1105 |
| 222 | 3 | 666 |
| 223 | 2 | 446 |
| 224 | 4 | 896 |
| 225 | 5 | 1125 |
| 226 | 5 | 1130 |
| 227 | 3 | 681 |
| 228 | 3 | 684 |
| 229 | 5 | 1145 |
| 230 | 5 | 1150 |
| 231 | 4 | 924 |
| 232 | 4 | 928 |
| 233 | 2 | 466 |
| 234 | 5 | 1170 |
| 235 | 3 | 705 |
| 236 | 3 | 708 |
| 237 | 5 | 1185 |
| 238 | 3 | 714 |
| 239 | 4 | 956 |
| 240 | 6 | 1440 |
| 241 | 3 | 723 |
| 242 | 5 | 1210 |
| 243 | 2 | 486 |
| 244 | 5 | 1220 |
| 245 | 1 | 245 |
| 246 | 2 | 492 |
| 247 | 1 | 247 |
| 248 | 1 | 248 |
| 249 | 5 | 1245 |
| 250 | 4 | 1000 |
| 251 | 3 | 753 |
| 252 | 2 | 504 |
| 253 | 2 | 506 |
| 254 | 1 | 254 |
| 255 | 2 | 510 |
| 256 | 4 | 1024 |
| 257 | 3 | 771 |
| 258 | 5 | 1290 |
| 259 | 4 | 1036 |
| 260 | 434923 | 113079980 |
| 279 | 1 | 279 |
| Total | 435925 | 113217037 |
| Opcode | Count |
| 2 | 1000 |
| 8 | 1 |
| Total | 1001 |
| Opcode | Count |
| 0 | 434923 |
| 2 | 1000 |
| 8 | 1 |
| Total | 435924 |
000 RX OCTETS: 474554202f72756e436173653f636173653d333338266167656e743d5377696674576562536f636b657420485454502f312e
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: 8880af324f20
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=6166333234663230
009 TCP DROPPED BY ME