Autobahn WebSocket Testsuite Report
Autobahn WebSocket

non-tls - Case 12.2.4 : Pass - 590 ms @ 2021-07-05T07:58:04.684Z

Case Description

Send 1000 compressed messages each of payload size 1024, auto-fragment to 0 octets. Use default permessage-deflate offer.

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 /echo/message HTTP/1.1
User-Agent: AutobahnTestSuite/0.8.2-0.10.9
Host: localhost:9998
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: 9Bhqj8eufJbYCJAxvQqfyw==
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Content-Length: 0
Date: Mon, 05 Jul 2021 07:58:04 GMT
Upgrade: websocket
Connection: Upgrade
Sec-Websocket-Accept: UKvUOpHeBT1oNCAaaxKIvZovH48=
Sec-Websocket-Extensions: permessage-deflate; server_no_context_takeover; client_no_context_takeover
Server: nbio


Closing Behavior

KeyValueDescription
isServerFalseTrue, 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.
droppedByMeFalseTrue, 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
414
3011301
102810001028000
Total10021028305

Octets Transmitted by Chop Size

Chop SizeCountOctets
818
3501350
44341772
4462892
6071607
6621662
7111711
7561756
82821656
8301830
8311831
8331833
8341834
8351835
83721674
8421842
84321686
8461846
8471847
85121702
85321706
8571857
8581858
8591859
8601860
86132583
86265172
86321726
86443456
8651865
86732601
86832604
8701870
8711871
8721872
87321746
87632628
8771877
8801880
88121762
8831883
8901890
89121782
89221784
8941894
9171917
9181918
9191919
9211921
9231923
9251925
9271927
9311931
9331933
9341934
93932817
9411941
9421942
9451945
95332859
95554775
95621912
9571957
95843832
95943836
9601960
96132883
96243848
96321926
96432892
96532895
96632898
96743868
96876776
96943876
97065820
97176797
97265832
97365838
97476818
975109750
9761312688
97798793
9781615648
97987832
98065880
9811211772
9821413748
9831211796
984109840
9852019700
9861615776
9871817766
9881312844
9891514835
9902726730
9912019820
9923332736
9932524825
9943130814
9952827860
9963938844
9973029910
9983130938
9995453946
10002626000
10013030030
10022323046
10033333099
10041919076
10052020100
10062323138
10072222154
10081616128
10091515135
10101616160
10111313143
101299108
10131212156
10141111154
101588120
101633048
101744068
101822036
101911019
102033060
102155105
102211022
102311023
Total1002980270

Frames Received by Opcode

OpcodeCount
21000
81
Total1001

Frames Transmitted by Opcode

OpcodeCount
21000
81
Total1001


Wire Log

000 TX OCTETS: 474554202f6563686f2f6d65737361676520485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465
               737453756974652f302e382e322d ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a436f6e74656e742d4c656e6774683a20
               300d0a446174653a204d6f6e2c20 ...
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=d79bf0ab, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 8882d79bf0abd473
007 RX OCTETS: 880203e8
008 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
               0x03e8
009 TCP DROPPED BY PEER