Autobahn WebSockets Testsuite Report
Autobahn WebSockets

lluv-websocket - Case 12.3.3 : Pass - 719 ms @ 2016-03-22T17:10:13.405Z

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=lluv-websocket HTTP/1.1

Host: 127.0.0.1:9001

Upgrade: websocket

Connection: Upgrade

Sec-WebSocket-Key: D3Ie5A6sPVgHgA8ABBwoOA==

Sec-WebSocket-Version: 13

Sec-WebSocket-Protocol: echo

Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits
HTTP/1.1 101 Switching Protocols

Server: AutobahnTestSuite/0.7.1-0.10.0

Upgrade: WebSocket

Connection: Upgrade

Sec-WebSocket-Accept: d3pHjK83pBx+0BgApmqmi6bvtZg=

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
853255
86186
872174
89189
90190
91191
922184
934372
94194
95195
974388
988784
997693
1003300
1014404
1026612
1039927
1043312
1055525
1063318
1079963
1089972
109151635
110161760
111111221
112192128
113171921
114141596
115161840
116182088
117141638
118242832
119172023
120283360
121212541
122374514
123303690
124273348
125303750
126202520
127374699
128324096
129313999
130415330
131283668
134233082
135263510
136253400
137354795
138283864
139263614
140202800
14191269
142202840
143233289
144243456
145121740
14681168
14791323
1486888
14981192
150101500
1511151
1526912
1531153
1545770
1554620
1564624
1572314
1582316
1593477
1602320
1612322
1622324
1631163
1663498
1681168
1711171
1731173
1763528
1801180
1931193
2051205
2901290
Total1002127309

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: 474554202f72756e436173653f636173653d333434266167656e743d6c6c75762d776562736f636b657420485454502f312e
               310d0a486f73743a203132372e30 ...
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: 8882bd2fbe91bec7
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=6264326662653931
               0x03e8
009 TCP DROPPED BY ME