Autobahn WebSockets Testsuite Report
Autobahn WebSockets

lluv-websocket (Lua 5.1 / WS) - Case 12.3.3 : Pass - 922 ms @ 2016-03-22T19:18:34.124Z

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: p03qq84RUqJrkF5Zp+gMQQ==

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: NUQyXCpVtE1ARG0bMnxXiyfdkts=

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
23123
61161
662132
68168
71171
72172
74174
752150
79179
813243
82182
832166
85185
86186
87187
882176
894356
90190
91191
934372
948752
957665
963288
974388
986588
999891
1003300
1015505
1023306
1039927
1049936
105151575
106161696
107111177
108192052
109171853
110141540
111161776
112182016
113141582
114242736
115171955
116283248
117212457
118374366
119303570
120273240
121303630
122202440
123374551
124323968
125313875
126415166
127283556
130232990
131263406
132253300
133354655
134283752
135263510
136202720
13791233
138202760
139233197
140243360
141121692
14281136
14391287
1446864
14581160
146101460
1471147
1486888
1491149
1505750
1514604
1524608
1532306
1542308
1553465
1562312
1572314
1582316
1591159
1623486
1641164
1671167
1691169
1723516
1761176
1891189
2011201
2301230
Total1002123245

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: 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=3a6b0b3a, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 88823a6b0b3a3983
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