SwiftWebSocket - Case 13.3.11 : Pass - 796 ms @ 2016-04-13T16:16:46.283Z
Case Description
Send 1000 compressed messages each of payload size 8192, auto-fragment to 256 octets. Use permessage-deflate client offers (requestNoContextTakeover, requestMaxWindowBits): [(False, 8)]
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=442&agent=SwiftWebSocket HTTP/1.1 Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits; server_max_window_bits=8 Upgrade: websocket User-Agent: SwiftWebSocket Origin: ws://localhost:9001/runCase?case=442&agent=SwiftWebSocket Sec-WebSocket-Version: 13 Connection: Upgrade Host: localhost:9001 Sec-WebSocket-Key: 3/8xFNG6cdjqh+4bCC8t8w==
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: 5ZnE8WXd3D1M2CVGRL7kOA4GBvw= Sec-WebSocket-Extensions: permessage-deflate; server_max_window_bits=8; 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 |
| 381 | 1 | 381 |
| 8200 | 1000 | 8200000 |
| Total | 1002 | 8200387 |
| Chop Size | Count | Octets |
| 3 | 7 | 21 |
| 4 | 7 | 28 |
| 5 | 6 | 30 |
| 6 | 3 | 18 |
| 7 | 3 | 21 |
| 8 | 5 | 40 |
| 9 | 10 | 90 |
| 10 | 5 | 50 |
| 11 | 6 | 66 |
| 12 | 9 | 108 |
| 13 | 12 | 156 |
| 14 | 10 | 140 |
| 15 | 6 | 90 |
| 16 | 6 | 96 |
| 17 | 12 | 204 |
| 18 | 11 | 198 |
| 19 | 10 | 190 |
| 20 | 9 | 180 |
| 21 | 5 | 105 |
| 22 | 8 | 176 |
| 23 | 8 | 184 |
| 24 | 7 | 168 |
| 25 | 9 | 225 |
| 26 | 13 | 338 |
| 27 | 7 | 189 |
| 28 | 7 | 196 |
| 29 | 12 | 348 |
| 30 | 3 | 90 |
| 31 | 1 | 31 |
| 32 | 13 | 416 |
| 33 | 9 | 297 |
| 34 | 5 | 170 |
| 35 | 8 | 280 |
| 36 | 5 | 180 |
| 37 | 6 | 222 |
| 38 | 3 | 114 |
| 39 | 7 | 273 |
| 40 | 3 | 120 |
| 41 | 4 | 164 |
| 42 | 10 | 420 |
| 43 | 9 | 387 |
| 44 | 6 | 264 |
| 45 | 9 | 405 |
| 46 | 10 | 460 |
| 47 | 10 | 470 |
| 48 | 4 | 192 |
| 49 | 8 | 392 |
| 50 | 10 | 500 |
| 51 | 12 | 612 |
| 52 | 12 | 624 |
| 53 | 8 | 424 |
| 54 | 9 | 486 |
| 55 | 8 | 440 |
| 56 | 12 | 672 |
| 57 | 14 | 798 |
| 58 | 9 | 522 |
| 59 | 13 | 767 |
| 60 | 14 | 840 |
| 61 | 9 | 549 |
| 62 | 9 | 558 |
| 63 | 5 | 315 |
| 64 | 12 | 768 |
| 65 | 14 | 910 |
| 66 | 5 | 330 |
| 67 | 5 | 335 |
| 68 | 8 | 544 |
| 69 | 7 | 483 |
| 70 | 4 | 280 |
| 71 | 2 | 142 |
| 72 | 2 | 144 |
| 73 | 5 | 365 |
| 74 | 7 | 518 |
| 75 | 5 | 375 |
| 76 | 3 | 228 |
| 77 | 4 | 308 |
| 78 | 2 | 156 |
| 79 | 5 | 395 |
| 80 | 1 | 80 |
| 81 | 2 | 162 |
| 82 | 7 | 574 |
| 83 | 9 | 747 |
| 84 | 12 | 1008 |
| 85 | 6 | 510 |
| 86 | 9 | 774 |
| 87 | 4 | 348 |
| 88 | 6 | 528 |
| 89 | 11 | 979 |
| 90 | 6 | 540 |
| 91 | 5 | 455 |
| 92 | 4 | 368 |
| 93 | 6 | 558 |
| 94 | 3 | 282 |
| 95 | 6 | 570 |
| 96 | 2 | 192 |
| 97 | 4 | 388 |
| 98 | 2 | 196 |
| 99 | 5 | 495 |
| 100 | 3 | 300 |
| 101 | 3 | 303 |
| 102 | 11 | 1122 |
| 103 | 5 | 515 |
| 104 | 7 | 728 |
| 105 | 9 | 945 |
| 107 | 2 | 214 |
| 108 | 3 | 324 |
| 109 | 1 | 109 |
| 110 | 4 | 440 |
| 111 | 4 | 444 |
| 112 | 4 | 448 |
| 113 | 2 | 226 |
| 114 | 2 | 228 |
| 115 | 1 | 115 |
| 116 | 2 | 232 |
| 117 | 2 | 234 |
| 118 | 3 | 354 |
| 119 | 2 | 238 |
| 120 | 6 | 720 |
| 121 | 4 | 484 |
| 122 | 2 | 244 |
| 123 | 6 | 738 |
| 124 | 5 | 620 |
| 125 | 7 | 875 |
| 126 | 3 | 378 |
| 127 | 6 | 762 |
| 130 | 8 | 1040 |
| 131 | 8 | 1048 |
| 132 | 7 | 924 |
| 133 | 8 | 1064 |
| 134 | 8 | 1072 |
| 135 | 8 | 1080 |
| 136 | 3 | 408 |
| 137 | 4 | 548 |
| 138 | 4 | 552 |
| 139 | 3 | 417 |
| 140 | 5 | 700 |
| 141 | 15 | 2115 |
| 142 | 5 | 710 |
| 143 | 11 | 1573 |
| 144 | 7 | 1008 |
| 145 | 4 | 580 |
| 146 | 5 | 730 |
| 147 | 4 | 588 |
| 148 | 7 | 1036 |
| 149 | 2 | 298 |
| 150 | 3 | 450 |
| 151 | 4 | 604 |
| 152 | 2 | 304 |
| 153 | 1 | 153 |
| 154 | 1 | 154 |
| 155 | 2 | 310 |
| 156 | 3 | 468 |
| 157 | 1 | 157 |
| 160 | 1 | 160 |
| 161 | 1 | 161 |
| 165 | 1 | 165 |
| 166 | 1 | 166 |
| 167 | 2 | 334 |
| 171 | 1 | 171 |
| 173 | 2 | 346 |
| 179 | 1 | 179 |
| 180 | 1 | 180 |
| 181 | 3 | 543 |
| 184 | 1 | 184 |
| 185 | 2 | 370 |
| 186 | 1 | 186 |
| 188 | 3 | 564 |
| 189 | 1 | 189 |
| 190 | 2 | 380 |
| 191 | 1 | 191 |
| 192 | 4 | 768 |
| 194 | 2 | 388 |
| 195 | 1 | 195 |
| 196 | 2 | 392 |
| 197 | 1 | 197 |
| 198 | 1 | 198 |
| 199 | 1 | 199 |
| 201 | 1 | 201 |
| 202 | 1 | 202 |
| 203 | 1 | 203 |
| 204 | 1 | 204 |
| 206 | 1 | 206 |
| 217 | 1 | 217 |
| 219 | 1 | 219 |
| 250 | 2 | 500 |
| 254 | 1 | 254 |
| 255 | 3 | 765 |
| 256 | 1 | 256 |
| 257 | 2 | 514 |
| 258 | 3 | 774 |
| 259 | 2 | 518 |
| 260 | 986 | 256360 |
| 304 | 1 | 304 |
| Total | 1987 | 334078 |
| Opcode | Count |
| 1 | 1000 |
| 8 | 1 |
| Total | 1001 |
| Opcode | Count |
| 0 | 985 |
| 1 | 1000 |
| 8 | 1 |
| Total | 1986 |
000 RX OCTETS: 474554202f72756e436173653f636173653d343432266167656e743d5377696674576562536f636b657420485454502f312e
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: 8880cc527c76
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=6363353237633736
009 TCP DROPPED BY ME