Autobahn WebSockets Testsuite Report
Autobahn WebSockets

lluv-websocket - Case 12.4.3 : Pass - 625 ms @ 2016-03-22T17:19:19.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=362&agent=lluv-websocket HTTP/1.1

Host: 127.0.0.1:9001

Upgrade: websocket

Connection: Upgrade

Sec-WebSocket-Key: BhWsKwYgrEEC4+XHAQvCFw==

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

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
1450700
1535525
1619304
17751275
181933474
19961824
20661320
21731533
2239858
2328644
2434816
2524600
2622572
2715405
2813364
2910290
3012360
31393
329288
33266
347238
359315
367252
374148
385190
393117
406240
41141
424168
43143
447308
45290
463138
47294
48296
493147
508400
51151
522104
543162
55155
564224
57157
582116
59159
60160
622124
63163
66166
672134
684272
693207
713213
733219
75175
76176
77177
782156
80180
813243
852170
86186
88188
89189
92192
93193
96196
973291
1033309
1121112
1131113
1151115
1171117
1181118
1191119
1251125
1291129
1401140
1421142
1441144
1531153
1561156
1931193
2901290
Total100226130

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: 474554202f72756e436173653f636173653d333632266167656e743d6c6c75762d776562736f636b657420485454502f312e
               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: 8882b559abb1b6b1
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=6235353961626231
               0x03e8
009 TCP DROPPED BY ME