SwiftWebSocket - Case 12.3.3 : Pass - 215 ms @ 2016-04-13T16:12:25.896Z
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=344&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=344&agent=SwiftWebSocket Sec-WebSocket-Version: 13 Connection: Upgrade Host: localhost:9001 Sec-WebSocket-Key: h8/8q15l53l5K0k/89H1oQ==
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: R/hs8cU/+BB4m8vqY5oSKC7aLTg= 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 |
22 | 1 | 22 |
67 | 1 | 67 |
69 | 1 | 69 |
75 | 2 | 150 |
76 | 1 | 76 |
77 | 1 | 77 |
80 | 1 | 80 |
82 | 3 | 246 |
83 | 2 | 166 |
85 | 1 | 85 |
89 | 1 | 89 |
91 | 1 | 91 |
92 | 2 | 184 |
93 | 2 | 186 |
94 | 1 | 94 |
95 | 4 | 380 |
96 | 2 | 192 |
97 | 4 | 388 |
98 | 5 | 490 |
99 | 4 | 396 |
100 | 4 | 400 |
101 | 6 | 606 |
102 | 7 | 714 |
103 | 6 | 618 |
104 | 3 | 312 |
105 | 8 | 840 |
106 | 4 | 424 |
107 | 11 | 1177 |
108 | 12 | 1296 |
109 | 12 | 1308 |
110 | 15 | 1650 |
111 | 19 | 2109 |
112 | 16 | 1792 |
113 | 14 | 1582 |
114 | 13 | 1482 |
115 | 20 | 2300 |
116 | 26 | 3016 |
117 | 18 | 2106 |
118 | 19 | 2242 |
119 | 25 | 2975 |
120 | 27 | 3240 |
121 | 28 | 3388 |
122 | 29 | 3538 |
123 | 30 | 3690 |
124 | 28 | 3472 |
125 | 28 | 3500 |
126 | 33 | 4158 |
127 | 36 | 4572 |
130 | 35 | 4550 |
131 | 27 | 3537 |
132 | 36 | 4752 |
133 | 36 | 4788 |
134 | 29 | 3886 |
135 | 30 | 4050 |
136 | 27 | 3672 |
137 | 25 | 3425 |
138 | 23 | 3174 |
139 | 19 | 2641 |
140 | 19 | 2660 |
141 | 19 | 2679 |
142 | 17 | 2414 |
143 | 15 | 2145 |
144 | 12 | 1728 |
145 | 16 | 2320 |
146 | 8 | 1168 |
147 | 11 | 1617 |
148 | 7 | 1036 |
149 | 4 | 596 |
150 | 9 | 1350 |
151 | 7 | 1057 |
152 | 4 | 608 |
153 | 8 | 1224 |
154 | 4 | 616 |
155 | 1 | 155 |
158 | 1 | 158 |
159 | 1 | 159 |
163 | 1 | 163 |
164 | 1 | 164 |
165 | 3 | 495 |
168 | 1 | 168 |
170 | 1 | 170 |
171 | 1 | 171 |
174 | 1 | 174 |
176 | 1 | 176 |
192 | 1 | 192 |
196 | 1 | 196 |
206 | 1 | 206 |
279 | 1 | 279 |
Total | 1002 | 126758 |
Opcode | Count |
2 | 1000 |
8 | 1 |
Total | 1001 |
Opcode | Count |
2 | 1000 |
8 | 1 |
Total | 1001 |
000 RX OCTETS: 474554202f72756e436173653f636173653d333434266167656e743d5377696674576562536f636b657420485454502f312e
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: 8880fde0dd57
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=True, MASK=6664653064643537
009 TCP DROPPED BY ME