SwiftWebSocket - Case 13.2.13 : Pass - 1131 ms @ 2016-04-13T16:16:11.212Z
Case Description
Send 1000 compressed messages each of payload size 32768, auto-fragment to 256 octets. Use permessage-deflate client offers (requestNoContextTakeover, requestMaxWindowBits): [(True, 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=426&agent=SwiftWebSocket HTTP/1.1 Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; server_no_context_takeover; client_max_window_bits Upgrade: websocket User-Agent: SwiftWebSocket Origin: ws://localhost:9001/runCase?case=426&agent=SwiftWebSocket Sec-WebSocket-Version: 13 Connection: Upgrade Host: localhost:9001 Sec-WebSocket-Key: weQa+r/EYMVxiUpH6w0S9w==
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: p4jaNmNDRtBx11xTfl5P2hano2k= Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover; client_no_context_takeover
| 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 |
| 411 | 1 | 411 |
| 32776 | 1000 | 32776000 |
| Total | 1002 | 32776417 |
| Chop Size | Count | Octets |
| 2 | 4 | 8 |
| 3 | 3 | 9 |
| 4 | 3 | 12 |
| 5 | 4 | 20 |
| 6 | 4 | 24 |
| 7 | 1 | 7 |
| 8 | 5 | 40 |
| 12 | 2 | 24 |
| 13 | 1 | 13 |
| 14 | 3 | 42 |
| 15 | 1 | 15 |
| 16 | 1 | 16 |
| 17 | 1 | 17 |
| 18 | 1 | 18 |
| 19 | 1 | 19 |
| 20 | 1 | 20 |
| 21 | 3 | 63 |
| 22 | 4 | 88 |
| 23 | 1 | 23 |
| 24 | 1 | 24 |
| 25 | 2 | 50 |
| 26 | 1 | 26 |
| 27 | 2 | 54 |
| 28 | 3 | 84 |
| 29 | 2 | 58 |
| 30 | 3 | 90 |
| 31 | 2 | 62 |
| 32 | 2 | 64 |
| 33 | 3 | 99 |
| 34 | 4 | 136 |
| 35 | 2 | 70 |
| 36 | 4 | 144 |
| 37 | 1 | 37 |
| 38 | 2 | 76 |
| 39 | 1 | 39 |
| 40 | 1 | 40 |
| 41 | 1 | 41 |
| 42 | 2 | 84 |
| 43 | 2 | 86 |
| 45 | 2 | 90 |
| 46 | 1 | 46 |
| 47 | 1 | 47 |
| 48 | 4 | 192 |
| 49 | 1 | 49 |
| 50 | 3 | 150 |
| 51 | 2 | 102 |
| 52 | 3 | 156 |
| 53 | 1 | 53 |
| 54 | 5 | 270 |
| 55 | 1 | 55 |
| 56 | 4 | 224 |
| 57 | 3 | 171 |
| 58 | 2 | 116 |
| 59 | 3 | 177 |
| 60 | 3 | 180 |
| 61 | 2 | 122 |
| 62 | 2 | 124 |
| 63 | 2 | 126 |
| 64 | 3 | 192 |
| 65 | 5 | 325 |
| 66 | 4 | 264 |
| 67 | 1 | 67 |
| 68 | 3 | 204 |
| 69 | 1 | 69 |
| 70 | 6 | 420 |
| 71 | 3 | 213 |
| 72 | 1 | 72 |
| 73 | 4 | 292 |
| 74 | 2 | 148 |
| 75 | 8 | 600 |
| 76 | 4 | 304 |
| 77 | 3 | 231 |
| 78 | 3 | 234 |
| 80 | 5 | 400 |
| 81 | 1 | 81 |
| 82 | 6 | 492 |
| 83 | 4 | 332 |
| 84 | 5 | 420 |
| 85 | 6 | 510 |
| 86 | 3 | 258 |
| 87 | 4 | 348 |
| 88 | 4 | 352 |
| 89 | 7 | 623 |
| 90 | 7 | 630 |
| 91 | 6 | 546 |
| 92 | 1 | 92 |
| 93 | 7 | 651 |
| 94 | 7 | 658 |
| 95 | 8 | 760 |
| 96 | 6 | 576 |
| 97 | 10 | 970 |
| 98 | 8 | 784 |
| 99 | 7 | 693 |
| 100 | 6 | 600 |
| 101 | 3 | 303 |
| 102 | 10 | 1020 |
| 103 | 3 | 309 |
| 104 | 7 | 728 |
| 105 | 7 | 735 |
| 106 | 9 | 954 |
| 107 | 9 | 963 |
| 108 | 11 | 1188 |
| 109 | 9 | 981 |
| 110 | 5 | 550 |
| 111 | 14 | 1554 |
| 112 | 4 | 448 |
| 113 | 11 | 1243 |
| 114 | 8 | 912 |
| 115 | 6 | 690 |
| 116 | 4 | 464 |
| 117 | 10 | 1170 |
| 118 | 11 | 1298 |
| 119 | 8 | 952 |
| 120 | 7 | 840 |
| 121 | 3 | 363 |
| 122 | 3 | 366 |
| 123 | 15 | 1845 |
| 124 | 7 | 868 |
| 125 | 11 | 1375 |
| 126 | 11 | 1386 |
| 127 | 10 | 1270 |
| 130 | 8 | 1040 |
| 131 | 5 | 655 |
| 132 | 8 | 1056 |
| 133 | 9 | 1197 |
| 134 | 10 | 1340 |
| 135 | 8 | 1080 |
| 136 | 8 | 1088 |
| 137 | 6 | 822 |
| 138 | 8 | 1104 |
| 139 | 7 | 973 |
| 140 | 10 | 1400 |
| 141 | 7 | 987 |
| 142 | 4 | 568 |
| 143 | 5 | 715 |
| 144 | 6 | 864 |
| 145 | 12 | 1740 |
| 146 | 5 | 730 |
| 147 | 6 | 882 |
| 148 | 4 | 592 |
| 149 | 4 | 596 |
| 150 | 6 | 900 |
| 151 | 7 | 1057 |
| 152 | 7 | 1064 |
| 153 | 3 | 459 |
| 154 | 10 | 1540 |
| 155 | 3 | 465 |
| 156 | 3 | 468 |
| 158 | 3 | 474 |
| 159 | 1 | 159 |
| 160 | 1 | 160 |
| 161 | 2 | 322 |
| 162 | 6 | 972 |
| 163 | 1 | 163 |
| 165 | 4 | 660 |
| 168 | 2 | 336 |
| 169 | 1 | 169 |
| 170 | 2 | 340 |
| 171 | 4 | 684 |
| 172 | 4 | 688 |
| 174 | 4 | 696 |
| 175 | 3 | 525 |
| 176 | 3 | 528 |
| 177 | 2 | 354 |
| 178 | 2 | 356 |
| 179 | 4 | 716 |
| 180 | 5 | 900 |
| 181 | 4 | 724 |
| 182 | 2 | 364 |
| 183 | 5 | 915 |
| 184 | 2 | 368 |
| 185 | 5 | 925 |
| 186 | 3 | 558 |
| 187 | 2 | 374 |
| 188 | 4 | 752 |
| 189 | 2 | 378 |
| 190 | 1 | 190 |
| 191 | 3 | 573 |
| 192 | 1 | 192 |
| 193 | 3 | 579 |
| 194 | 5 | 970 |
| 195 | 5 | 975 |
| 196 | 4 | 784 |
| 197 | 5 | 985 |
| 198 | 5 | 990 |
| 199 | 1 | 199 |
| 200 | 4 | 800 |
| 201 | 4 | 804 |
| 202 | 8 | 1616 |
| 203 | 4 | 812 |
| 204 | 2 | 408 |
| 205 | 6 | 1230 |
| 206 | 5 | 1030 |
| 207 | 2 | 414 |
| 208 | 4 | 832 |
| 209 | 4 | 836 |
| 210 | 1 | 210 |
| 211 | 8 | 1688 |
| 212 | 8 | 1696 |
| 213 | 6 | 1278 |
| 214 | 3 | 642 |
| 215 | 1 | 215 |
| 216 | 3 | 648 |
| 217 | 7 | 1519 |
| 218 | 8 | 1744 |
| 219 | 4 | 876 |
| 220 | 1 | 220 |
| 221 | 4 | 884 |
| 222 | 4 | 888 |
| 223 | 4 | 892 |
| 224 | 3 | 672 |
| 225 | 6 | 1350 |
| 226 | 5 | 1130 |
| 227 | 6 | 1362 |
| 228 | 2 | 456 |
| 229 | 5 | 1145 |
| 231 | 4 | 924 |
| 232 | 4 | 928 |
| 233 | 2 | 466 |
| 235 | 2 | 470 |
| 236 | 2 | 472 |
| 237 | 4 | 948 |
| 238 | 3 | 714 |
| 239 | 3 | 717 |
| 240 | 3 | 720 |
| 241 | 6 | 1446 |
| 242 | 2 | 484 |
| 243 | 2 | 486 |
| 244 | 2 | 488 |
| 245 | 1 | 245 |
| 246 | 1 | 246 |
| 247 | 3 | 741 |
| 249 | 2 | 498 |
| 250 | 2 | 500 |
| 253 | 2 | 506 |
| 254 | 1 | 254 |
| 255 | 2 | 510 |
| 256 | 1 | 256 |
| 257 | 2 | 514 |
| 258 | 1 | 258 |
| 259 | 2 | 518 |
| 260 | 5540 | 1440400 |
| 308 | 1 | 308 |
| Total | 6542 | 1573171 |
| Opcode | Count |
| 1 | 1000 |
| 8 | 1 |
| Total | 1001 |
| Opcode | Count |
| 0 | 5540 |
| 1 | 1000 |
| 8 | 1 |
| Total | 6541 |
000 RX OCTETS: 474554202f72756e436173653f636173653d343236266167656e743d5377696674576562536f636b657420485454502f312e
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: 88801fc5a0b2
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=3166633561306232
009 TCP DROPPED BY ME