Autobahn WebSockets Testsuite Report
Autobahn WebSockets

lluv-websocket (Lua 5.1 / WS) - Case 12.4.3 : Pass - 875 ms @ 2016-03-22T19:27:53.249Z

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:9000

Upgrade: WebSocket

Connection: Upgrade

Pragma: no-cache

Cache-Control: no-cache

Sec-WebSocket-Key: pHNMlb/B123nNUijc6j7Wg==

Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits

Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols

Upgrade: websocket

Connection: upgrade

Sec-WebSocket-Accept: WlT9S/pViOV1Um7Od2xswQRz2Uk=

Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits=15


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
1050500
1135385
1219228
1375975
141932702
15961440
16661056
17731241
1839702
1928532
2034680
2124504
2222484
2315345
2413312
2510250
2612312
27381
289252
29258
307210
319279
327224
334132
345170
353105
366216
37137
384152
39139
407280
41282
423126
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
773231
812162
82182
84184
85185
88188
89189
92192
933279
993297
1081108
1091109
1111111
1131113
1141114
1151115
1211121
1251125
1361136
1381138
1401140
1491149
1521152
1891189
2301230
Total100222066

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: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a557067726164653a20776562736f636b
               65740d0a436f6e6e656374696f6e ...
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=c7b38abd, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 8882c7b38abdc45b
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