Autobahn WebSockets Testsuite Report
Autobahn WebSockets

lluv-websocket - Case 13.1.4 : Pass - 1000 ms @ 2016-03-22T17:36:08.062Z

Case Description

Send 1000 compressed messages each of payload size 1024, auto-fragment to 0 octets. Use permessage-deflate client offers (requestNoContextTakeover, requestMaxWindowBits): [(False, 0)]

Case Expectation

Receive echo'ed messages (with payload as sent). Timeout case after 240 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=399&agent=lluv-websocket HTTP/1.1

Host: 127.0.0.1:9001

Upgrade: websocket

Connection: Upgrade

Sec-WebSocket-Key: DJhZMASmaUwOArwFBReKLw==

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: vo6FBJTA3EKXVp+CFFSP6TSFIu0=

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
41141
44288
45145
465230
474188
487336
498392
50221100
51281428
5219988
53472491
54331782
55583190
56623472
57462622
58563248
59593481
60613660
61472867
62211302
63352205
64161024
65211365
66281848
67211407
68151020
69231587
70292030
71211491
72221584
73312263
74191406
7513975
76241824
776462
78161248
79141106
807560
814324
822164
832166
845420
85185
862172
873261
883264
894356
90190
91191
923276
93193
944376
953285
992198
1001100
1031103
1041104
1051105
1062212
1071107
1081108
1152230
1751175
2901290
Total100263519

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
37137
40280
41141
425210
434172
447308
457315
46231058
47281316
4819912
49472303
50341700
51582958
52613172
53452385
54583132
55563080
56623472
57452565
58221276
59362124
60181080
61211281
62261612
63211323
6415960
65241560
66291914
67211407
68221496
69312139
70191330
7113923
72241728
736438
74161184
75141050
767532
774308
782156
792158
804320
812162
822164
833249
843252
854340
86186
87187
883264
89189
904360
913273
952190
96196
99199
1001100
1011101
1022204
1031103
1041104
1112222
1711171
2151215
Total100259450

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d333939266167656e743d6c6c75762d776562736f636b657420485454502f312e
               310d0a486f73743a203132372e30 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
               5465737453756974652f302e372e ...
002 WIRELOG DISABLED
003 CLOSE CONNECTION AFTER 240.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: 88824a8a0d604962
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3461386130643630
               0x03e8
009 TCP DROPPED BY ME