Autobahn WebSocket Testsuite Report
Autobahn WebSocket

ixwebsocket - Case 12.2.3 : Pass - 916 ms @ 2020-01-09T22:36:22.424Z

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=324&agent=ixwebsocket HTTP/1.1
Host: localhost:9001
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Version: 13
Sec-WebSocket-Key: 250DGF7e2Eb63Bf3eEH8bF==
User-Agent: ixwebsocket/7.9.2 macos ssl/DarwinSSL zlib 1.2.11
Sec-WebSocket-Extensions: permessage-deflate; server_max_window_bits=15; client_max_window_bits=15
HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.8.0-0.10.9
X-Powered-By: AutobahnPython/0.10.9
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: Ft8jm3ZJ1KvJqbfQBjGMPyD1/vM=
Sec-WebSocket-Extensions: permessage-deflate; server_max_window_bits=15


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 WebSocket 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
11111
72172
1901190
2092418
2112422
2121212
2161216
2171217
2192438
2204880
2212442
22251110
2243672
2254900
22651130
2271227
2282456
2292458
2304920
2312462
23261392
2331233
2342468
23551175
2363708
2374948
2384952
2401240
2412482
2422484
243102430
24461464
245102450
246174182
247245928
248225456
249204980
250276750
251287028
252276804
2534711891
2544711938
2555514025
2565012800
2574712079
2584411352
2594712173
2604611960
2615514355
2625714934
2634110783
2645013200
265369540
266379842
267246408
26861608
2704411880
3501350
Total1002255533

Octets Transmitted by Chop Size

Chop SizeCountOctets
414
717
68168
1861186
2052410
2072414
2081208
2121212
2131213
2152430
2164864
2172434
21851090
2203660
2214884
22251110
2231223
2242448
2252450
2264904
2272454
22861368
2291229
2302460
23151155
2323696
2334932
2344936
2361236
2372474
2382476
239102390
24061440
241102410
242174114
243245832
244225368
245204900
246276642
247286916
248276696
2494711703
2504711750
2515513805
2525012600
2534711891
2544411176
2554711985
2564611776
2575514135
2585714706
2594110619
2605013000
261369396
262379694
263246312
26461584
2664411704
2791279
Total1002251458

Frames Received by Opcode

OpcodeCount
21000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
21000
81
Total1001


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d333234266167656e743d6978776562736f636b657420485454502f312e310d0a
               486f73743a206c6f63616c686f73 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
               5465737453756974652f302e382e ...
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: 88825e17aae75dff
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3565313761616537
               0x03e8
009 TCP DROPPED BY ME