Autobahn WebSockets Testsuite Report
Autobahn WebSockets

PocketSocketServer - Case 12.4.3 : Pass - 344 ms @ 2016-03-30T12:04:57.449Z

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.5-0.10.9
Host: 127.0.0.1:9001
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: Fe+Tnyu/xvh1wt4wcsTj2w==
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Sec-WebSocket-Accept: Bt7POXNrbQ1IGsM+90EzNMpgnX4=
Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits=15; server_max_window_bits=15
Upgrade: websocket
Connection: Upgrade


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
2433866
428
5840
6848
7963
832256
919171
1032320
1163693
1275900
13781014
141512114
15791185
1650800
1747799
1834612
1945855
2032640
2116336
2225550
2312276
248192
2510250
2612312
277189
289252
298232
304120
314124
327224
33399
343102
353105
364144
373111
38276
394156
406240
413123
426252
433129
44288
46146
473141
48296
49298
504200
512102
533159
54154
55155
562112
572114
582116
60160
622124
632126
65165
66166
67167
68168
693207
712142
73173
76176
78178
792158
82182
83183
84184
85185
86186
87187
89189
91191
94194
95195
97197
98198
99199
1021102
1032206
1112222
1121112
1141114
1151115
1201120
1231123
1242248
1362272
1401140
1591159
2021202
2291229
Total143622203

Octets Transmitted by Chop Size

Chop SizeCountOctets
818
1117187
1218216
13226
1451714
1544660
1611176
17801360
181873366
19891691
20681360
21531113
2234748
2339897
2434816
2532800
2627702
2717459
2815420
2910290
3011330
316186
328256
336198
347238
359315
365180
373111
386228
39278
414164
426252
43286
44288
455225
467322
474188
484192
49149
502100
513153
52152
53153
542108
552110
563168
572114
592118
60160
612122
622124
63163
642128
66166
67167
68168
693207
72172
732146
74174
755375
77177
80180
83183
84184
85185
86186
88188
892178
91191
93193
97197
1001100
1011101
1021102
1031103
1061106
1071107
1091109
1151115
1161116
1171117
1181118
1191119
1241124
1272254
1281128
1291129
1442288
1631163
1941194
3381338
Total100226216

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e372e
               352d302e31302e390d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365632d576562536f636b65742d4163
               636570743a20427437504f584e72 ...
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=cca9637c, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 8882cca9637ccf41
007 RX OCTETS: 8802
008 RX OCTETS: 03e8
009 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
               0x03e8
010 TCP DROPPED BY PEER