Autobahn WebSockets Testsuite Report
Autobahn WebSockets

WebSocket++/0.5.1-permessagedeflate - Case 12.4.3 : Pass - 171 ms @ 2015-02-27T15:50:06.447Z

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)



Opening Handshake

GET / HTTP/1.1
User-Agent: AutobahnTestSuite/0.7.1-0.10.0
Host: 127.0.0.1:9002
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: 5Wl9hBw9RpmXpCXZ53sncw==
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Connection: upgrade
Sec-WebSocket-Accept: JDXCkzMp3jsfzj9c0hiuCsww2sE=
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover
Server: WebSocketpp/0.5.1-permessagedeflate
Upgrade: websocket


Closing Behavior

KeyValueDescription
isServerFalseTrue, iff I (the fuzzer) am a server, and the peer is a client.
closedByMeTrueTrue, iff I have initiated closing handshake (that is, did send close first).
failedByMeFalseTrue, 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.
droppedByMeFalseTrue, iff I dropped the TCP connection.
wasCleanTrueTrue, iff full WebSockets closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).
wasNotCleanReasonNoneWhen wasClean == False, the reason what happened.
wasServerConnectionDropTimeoutFalseWhen we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.
wasOpenHandshakeTimeoutFalseWhen performing the opening handshake, but the peer did not finish in time, this gets True.
wasCloseHandshakeTimeoutFalseWhen we initiated a closing handshake, but the peer did not respond in time, this gets True.
localCloseCode1000The close code I sent in close frame (if any).
localCloseReasonNoneThe close reason I sent in close frame (if any).
remoteCloseCode1000The close code the peer sent me in close frame (if any).
remoteCloseReasonNoneThe close reason the peer sent me in close frame (if any).


Wire Statistics

Octets Received by Chop Size

Chop SizeCountOctets
414
719133
817136
1049490
1135385
1220240
1375975
141912674
15961440
16691104
17721224
1839702
1928532
2034680
2123483
2223506
2315345
2413312
2510250
2611286
274108
289252
29129
308240
319279
327224
334132
345170
35270
367252
37137
384152
39139
406240
41282
423126
433129
44288
453135
467322
47147
48296
504200
51151
524208
53153
542108
562112
582116
59159
62162
632126
644256
653195
673201
693207
71171
72172
73173
742148
76176
77177
782156
812162
82182
84184
85185
88188
89189
92192
933279
993297
1081108
1091109
1111111
1131113
1141114
1151115
1211121
1251125
1361136
1381138
1421142
1491149
1521152
1891189
2481248
Total100222105

Octets Transmitted by Chop Size

Chop SizeCountOctets
818
1271127
1281128
1291129
1301130
1344536
1353405
13681088
1373411
1385690
13991251
1407980
141121692
142202840
143284004
144375328
145395655
146395694
147375439
148131924
14991341
15081200
15171057
1524608
1536918
1545770
15581240
15691404
157121884
158101580
159101590
160121920
161101610
16291458
16381304
1646984
16581320
1666996
167101670
168111848
169183042
170183060
171223762
172162752
173162768
174183132
175203500
176254400
177234071
178203560
179234117
180356300
181437783
182213822
183162928
184213864
185203700
186224092
187183366
188305640
189152835
190132470
19171337
192142688
193163088
194101940
195152925
19661176
1974788
1984792
1993597
2002400
2013603
2021202
2032406
2041204
2051205
2121212
2191219
3381338
Total1002168245

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e372e
               312d302e31302e300d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a436f6e6e656374696f6e3a2075706772
               6164650d0a5365632d576562536f ...
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=aad5e9bb, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 8882aad5e9bba93d
007 RX OCTETS: 880203e8
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
               0x03e8
009 TCP DROPPED BY PEER