Autobahn WebSockets Testsuite Report
Autobahn WebSockets

libwebsockets - Case 12.4.3 : Pass - 37285 ms @ 2017-10-16T10:54:51.941Z

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=360&agent=libwebsockets HTTP/1.1
Pragma: no-cache
Cache-Control: no-cache
Host: 127.0.0.1:9001
Origin: http://127.0.0.1:9001
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: yaPUFC8nTtJWTYLXUvsD1w==
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.7.5-0.10.9
X-Powered-By: AutobahnPython/0.10.9
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: 8muI6zeVhHlVJKrxIzipLvKbVkE=
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
11222
12224
14342
1511165
16696
1717289
1833594
1922418
20761520
21601260
22631386
231132599
24571368
25411025
26521352
27591593
28471316
2933957
3029870
3124744
3215480
3322726
3414476
3512420
368288
377259
386228
395195
409360
416246
424168
435215
443132
458360
46146
475235
484192
495245
505250
513153
525260
533159
543162
553165
563168
574228
584232
593177
602120
61161
624248
633189
64164
653195
662132
67167
682136
702140
71171
742148
75175
77177
793237
803240
812162
83183
84184
85185
874348
922184
93193
94194
95195
98198
1001100
1062212
1071107
1092218
1121112
1141114
1181118
1202240
1211121
1231123
1242248
1252250
1301130
1311131
1341134
1362272
1411141
1441144
1541154
1661166
1671167
1971197
3611361
Total100232359

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
717119
818144
9218
1052520
1143473
1211132
13801040
141872618
15901350
16671072
1754918
1833594
1939741
2034680
2132672
2228616
2316368
2415360
2510250
2611286
276162
288224
296174
307210
319279
325160
33399
346204
35270
373111
387266
39278
40280
415205
427294
434172
444176
45145
46292
473141
48148
49149
502100
512102
523156
532106
552110
56156
572114
582116
59159
602120
62162
63163
64164
653195
68168
692138
70170
715355
73173
76176
79179
80180
81181
82182
84184
852170
87187
89189
93193
96196
97197
98198
99199
1021102
1031103
1051105
1111111
1121112
1131113
1141114
1151115
1201120
1221122
1231123
1241124
1251125
1391139
1401140
1591159
1901190
2521252
Total100222121

Frames Received by Opcode

OpcodeCount
11000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
11000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d333630266167656e743d6c6962776562736f636b65747320485454502f312e31
               0d0a507261676d613a206e6f2d63 ...
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: 888279fff9b87a17
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3739666666396238
               0x03e8
009 TCP DROPPED BY ME