Autobahn WebSocket Testsuite Report
Autobahn WebSocket

tls - Case 12.3.4 : Pass - 653 ms @ 2021-07-05T09:12:18.272Z

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:9999
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: cGSSKywsto2Op6KvlfhsgA==
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 09:12:18 GMT
Upgrade: websocket
Connection: Upgrade
Sec-Websocket-Accept: aOCEqfDadeD2+9p3CWuSJ9mfIPQ=
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
4551455
4561456
4581458
4641464
4821482
4841484
4851485
4871487
4881488
49031470
4951495
4962992
4971497
50021000
5011501
5021502
5031503
50431512
5221522
52431572
52663156
52721054
5281528
52921058
53021060
53121062
5321532
53631608
5371537
5381538
53942156
5401540
54121082
54452720
54552725
54642184
54742188
54842192
5491549
55052750
55131653
55221104
55342212
55463324
55552775
55652780
55721114
55842232
55921118
56095040
56163366
56221124
56352815
56442256
56552825
56631698
56731701
56863408
56921138
57063420
57163426
57263432
57395157
57495166
57563450
576116336
577169232
578116358
579148106
580169280
5812212782
582179894
5832313409
5842514600
5853017550
586169376
5871911153
588158820
5891710013
5902715930
5912917139
5922112432
5932917197
5944526730
5952615470
5963520860
5973420298
5982716146
5993319767
6001911400
6011810818
6021911438
603159045
604159060
605106050
60684848
607169712
608159120
609137917
610106100
61184888
61263672
61384904
61474298
61563690
61684928
61774319
61821236
61921238
6201620
62142484
62231866
62331869
62421248
62563750
6261626
62721254
63542540
Total1002585952

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=4b6c652f, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 88824b6c652f4884
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