Autobahn WebSockets Testsuite Report
Autobahn WebSockets

WebSocketpp/0.5.1-permessagedeflate - Case 12.3.3 : Pass - 193 ms @ 2015-02-27T15:20:03.917Z

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 /runCase?case=344&agent=WebSocketpp/0.5.1-permessagedeflate HTTP/1.1
Connection: Upgrade
Host: localhost:9001
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits
Sec-WebSocket-Key: Ru7ZdCixmxKpzXBGn5rDWQ==
Sec-WebSocket-Version: 13
Upgrade: websocket
User-Agent: WebSocketpp/0.5.1-permessagedeflate
HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.7.1-0.10.0
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: b2W1rKmqSRR6SEyJyqC+JOTnpMA=
Sec-WebSocket-Extensions: permessage-deflate


Closing Behavior

KeyValueDescription
isServerTrueTrue, 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.
droppedByMeTrueTrue, 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
818
27127
65165
702140
72172
75175
76176
78178
792158
83183
852170
862172
87187
88188
902180
91191
922184
933279
943282
975485
987686
997693
1003300
1015505
1025510
1038824
1042208
1056630
1062212
1075535
1089972
109171853
110131430
111171887
112101120
113182034
114131482
115182070
116242784
117161872
118182124
119172023
120242880
121192299
122384636
123293567
124334092
125303750
126212646
127313937
128313968
129324128
130405200
131253275
134304020
135212835
136243264
137446028
138273726
139263614
140223080
141131833
142162272
143223146
144192736
145202900
14671022
14791323
14881184
14991341
1505750
1516906
1525760
1544616
15581240
1562312
1572314
1582316
1594636
1602320
1612322
1622324
1631163
1662332
1671167
1681168
1721172
1731173
1751175
1761176
1771177
1801180
1931193
2051205
3581358
Total1002127711

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
23123
61161
662132
68168
71171
72172
74174
752150
79179
812162
82182
832166
84184
85185
86186
87187
882176
893267
902180
91191
934372
948752
956570
964384
975485
984392
999891
1003300
1016606
1023306
1038824
104101040
105151575
106121272
107121284
108181944
109171853
110121320
111171887
112212352
113161808
114202280
115212415
116222552
117202340
118364248
119333927
120303600
121313751
122202440
123323936
124323968
125283500
126496174
127263302
130243120
131263406
132263432
133374921
134263484
135233105
136222992
137121644
138182484
139212919
140243360
141141974
14281136
14391287
1446864
14591305
14671022
1473441
14871036
1504600
1516906
1523456
1533459
1542308
1553465
1562312
1572314
1582316
1591159
1623486
1641164
1681168
1691169
1723516
1761176
1891189
2011201
2151215
Total1002123361

Frames Received by Opcode

OpcodeCount
21000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
21000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d333434266167656e743d576562536f636b657470702f302e352e312d7065726d
               6573736167656465666c61746520 ...
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: 8882145464a117bc
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3134353436346131
               0x03e8
009 TCP DROPPED BY ME