Autobahn WebSockets Testsuite Report
Autobahn WebSockets

WebSocketpp/0.5.1-permessagedeflate - Case 12.4.3 : Pass - 137 ms @ 2015-02-27T15:22:51.268Z

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=362&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: M7M7li2QAkEVYdl0XkjirA==
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: LCChOQIwOgUeNO9aCC5nPG+dHxM=
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
1119209
1217204
1449686
1535525
1620320
17751275
181913438
19961824
20691380
21721512
2239858
2328644
2434816
2523575
2623598
2715405
2813364
2910290
3011330
314124
329288
33133
348272
359315
367252
374148
385190
39278
407280
41141
424168
43143
446264
45290
463138
473141
48296
493147
507350
51151
522104
544216
55155
564224
57157
582116
602120
622124
63163
66166
672134
684272
693207
713213
733219
75175
76176
77177
782156
80180
81181
822164
852170
86186
88188
89189
92192
93193
96196
973291
1033309
1121112
1131113
1151115
1171117
1181118
1191119
1251125
1291129
1401140
1421142
1461146
1531153
1561156
1931193
3581358
Total100226219

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
719133
817136
1049490
1136396
1219228
1375975
141912674
15951425
16701120
17721224
1839702
1927513
2035700
2123483
2223506
2315345
2413312
2510250
2612312
27381
289252
29129
308240
319279
327224
334132
345170
353105
366216
37137
384152
39139
406240
41282
424168
43286
44288
453135
468368
47147
48296
503150
51151
524208
53153
542108
55155
56156
582116
59159
62162
632126
644256
653195
673201
693207
71171
72172
73173
742148
76176
772154
78178
812162
82182
84184
85185
88188
89189
92192
933279
993297
1081108
1091109
1111111
1131113
1141114
1151115
1211121
1251125
1361136
1381138
1421142
1491149
1521152
1891189
2151215
Total100222064

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d333632266167656e743d576562536f636b657470702f302e352e312d7065726d
               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: 8882921e7e8891f6
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3932316537653838
               0x03e8
009 TCP DROPPED BY ME