Autobahn WebSockets Testsuite Report
Autobahn WebSockets

WebSocket++/0.5.1-permessagedeflate - Case 12.3.3 : Pass - 254 ms @ 2015-02-27T15:47:07.200Z

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: 5MSTZsO3MyIFmLuw/MV/oA==
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: cTde+pYaGw7Ez3ARvW+hZLd91nk=
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
23123
61161
662132
68168
71171
72172
74174
752150
79179
812162
822164
83183
84184
862172
87187
882176
893267
903270
935465
947658
957665
963288
975485
985490
998792
1002200
1016606
1022204
1035515
1049936
105171785
106131378
107171819
108101080
109181962
110131430
111181998
112242688
113161808
114182052
115171955
116242784
117192223
118384484
119293451
120333960
121303630
122212562
123313813
124313844
125324000
126405040
127253175
130303900
131212751
132243168
133445852
134273618
135263510
136222992
137131781
138162208
139223058
140192660
141202820
1427994
14391287
14481152
14591305
1465730
1476882
1485740
1504600
15181208
1522304
1532306
1542308
1554620
1562312
1572314
1582316
1591159
1622324
1631163
1641164
1681168
1691169
1711171
1721172
1731173
1761176
1891189
2011201
2481248
Total1002123597

Octets Transmitted by Chop Size

Chop SizeCountOctets
818
1471147
1501150
1632326
1642328
1672334
1682336
1692338
1703510
1714684
1723516
1735865
17481392
1752350
1765880
177111947
178101780
179132327
180152700
181162896
182244368
183224026
184183312
185244440
186264836
187376919
188397332
189407560
190458550
1915510505
192417872
193448492
194499506
195479165
196418036
197387486
198367128
199448756
200397800
201295829
202346868
203326496
204214284
205234715
206102060
207122484
20871456
20961254
2101210
2113633
2123636
2132426
2141214
3381338
Total1002192806

Frames Received by Opcode

OpcodeCount
21000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
21000
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=40c18c3a, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 888240c18c3a4329
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