SwiftWebSocket - Case 12.4.3 : Pass - 190 ms @ 2016-04-13T16:14:00.592Z
Case Description
Send 1000 compressed messages each of payload size 256, auto-fragment to 0 octets. Use default permessage-deflate offer.
Case Expectation
Receive echo'ed messages (with payload as sent). Timeout case after 120 secs.
Case Outcome
Ok, received all echo'ed messages in time.
Expected:
{}
Observed:
[]
Case Closing Behavior
Connection was properly closed (OK)
GET /runCase?case=362&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=362&agent=SwiftWebSocket Sec-WebSocket-Version: 13 Connection: Upgrade Host: localhost:9001 Sec-WebSocket-Key: Fp7WbnFWmcbGh9eA6WoMjw==
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: bBGqz9WehExbTbGdEKZGet25XpE= 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 |
264 | 1000 | 264000 |
382 | 1 | 382 |
Total | 1002 | 264388 |
Chop Size | Count | Octets |
4 | 1 | 4 |
7 | 17 | 119 |
8 | 18 | 144 |
9 | 2 | 18 |
10 | 51 | 510 |
11 | 44 | 484 |
12 | 11 | 132 |
13 | 80 | 1040 |
14 | 187 | 2618 |
15 | 89 | 1335 |
16 | 68 | 1088 |
17 | 53 | 901 |
18 | 34 | 612 |
19 | 39 | 741 |
20 | 34 | 680 |
21 | 32 | 672 |
22 | 27 | 594 |
23 | 17 | 391 |
24 | 15 | 360 |
25 | 10 | 250 |
26 | 11 | 286 |
27 | 6 | 162 |
28 | 8 | 224 |
29 | 6 | 174 |
30 | 7 | 210 |
31 | 9 | 279 |
32 | 5 | 160 |
33 | 3 | 99 |
34 | 6 | 204 |
35 | 2 | 70 |
37 | 4 | 148 |
38 | 6 | 228 |
39 | 2 | 78 |
40 | 2 | 80 |
41 | 5 | 205 |
42 | 7 | 294 |
43 | 4 | 172 |
44 | 4 | 176 |
45 | 1 | 45 |
46 | 2 | 92 |
47 | 3 | 141 |
48 | 1 | 48 |
49 | 1 | 49 |
50 | 2 | 100 |
51 | 2 | 102 |
52 | 3 | 156 |
53 | 2 | 106 |
55 | 2 | 110 |
56 | 1 | 56 |
57 | 2 | 114 |
58 | 2 | 116 |
59 | 1 | 59 |
60 | 2 | 120 |
62 | 1 | 62 |
63 | 1 | 63 |
64 | 1 | 64 |
65 | 3 | 195 |
68 | 1 | 68 |
69 | 2 | 138 |
70 | 1 | 70 |
71 | 5 | 355 |
73 | 1 | 73 |
76 | 1 | 76 |
79 | 1 | 79 |
80 | 1 | 80 |
81 | 1 | 81 |
82 | 1 | 82 |
84 | 1 | 84 |
85 | 2 | 170 |
87 | 1 | 87 |
89 | 1 | 89 |
93 | 1 | 93 |
96 | 1 | 96 |
97 | 1 | 97 |
98 | 1 | 98 |
99 | 1 | 99 |
102 | 1 | 102 |
103 | 1 | 103 |
105 | 1 | 105 |
111 | 1 | 111 |
112 | 1 | 112 |
113 | 1 | 113 |
114 | 1 | 114 |
115 | 1 | 115 |
120 | 1 | 120 |
123 | 2 | 246 |
124 | 1 | 124 |
125 | 1 | 125 |
140 | 2 | 280 |
159 | 1 | 159 |
190 | 1 | 190 |
279 | 1 | 279 |
Total | 1002 | 22153 |
Opcode | Count |
1 | 1000 |
8 | 1 |
Total | 1001 |
Opcode | Count |
1 | 1000 |
8 | 1 |
Total | 1001 |
000 RX OCTETS: 474554202f72756e436173653f636173653d333632266167656e743d5377696674576562536f636b657420485454502f312e
310d0a5365632d576562536f636b ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
5465737453756974652f302e372e ...
002 WIRELOG DISABLED
003 CLOSE CONNECTION AFTER 120.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: 88809c05ee5d
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=3963303565653564
009 TCP DROPPED BY ME