Autobahn WebSocket Testsuite Report
Autobahn WebSocket

tls - Case 13.6.16 : Pass - 44861 ms @ 2021-07-05T09:54:47.074Z

Case Description

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

Case Expectation

Receive echo'ed messages (with payload as sent). Timeout case after 480 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: eBP+VrIiS53vcH+TteU+Ag==
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits; server_no_context_takeover; server_max_window_bits=15
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Content-Length: 0
Date: Mon, 05 Jul 2021 09:54:47 GMT
Upgrade: websocket
Connection: Upgrade
Sec-Websocket-Accept: CLdinsQyG6MhfEuf0KmSkQIli2M=
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
172811728
237212372
410031999131195900
Total32003131200305

Octets Transmitted by Chop Size

Chop SizeCountOctets
818
4051405
5751575
5781578
5801580
5821582
5831583
5841584
58663516
58742348
58821176
58921178
59031770
59174137
59274144
59352965
59452970
59595355
59695364
59763582
598127176
59984792
60095400
601127212
60284816
60384824
60431812
60574235
60653030
60753035
60863648
60953045
61021220
61142444
61253060
61342452
61495526
61542460
61653080
61774319
61831854
61942476
62063720
6211621
62221244
62374361
62442496
62531875
62674382
62753135
62853140
62921258
63021260
63142524
6321632
6331633
63442536
63531905
63631908
63721274
63842552
64063840
64195769
64231926
64321286
64431932
64542580
64621292
6471647
64842592
64921298
65031950
65153255
6531653
6541654
65521310
65631968
65721314
6581658
6591659
6621662
66321326
6641664
6701670
6751675
6781678
67921358
6811681
68221364
68453420
68553425
68632058
68774809
68853440
68974823
69064140
691106910
69242768
693106930
694106940
69596255
69674872
69774879
698117678
6991611184
70096300
701117711
70296318
703128436
7041711968
705149870
706139178
707139191
7081712036
709128508
71085680
71196399
712117832
713139269
71464284
71575005
71685728
717128604
71842872
71996471
7201510800
7211510815
722139386
7231611568
7241410136
7252215950
7263122506
7271913813
728128736
729139477
7301410220
731128772
732118052
7331611728
73464404
735107350
7361511040
737118107
738128856
73975173
74042960
74132223
74242968
7431743
74432232
7451745
74742988
74921498
7501750
7521752
7531753
7541754
75521510
7561756
75721514
7581758
7591759
76043040
7611761
7631763
7651765
7661766
103250005160000
Total60025843271

Frames Received by Opcode

OpcodeCount
031000
11000
81
Total32001

Frames Transmitted by Opcode

OpcodeCount
05000
11000
81
Total6001


Wire Log

000 TX OCTETS: 474554202f6563686f2f6d65737361676520485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465
               737453756974652f302e382e322d ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a436f6e74656e742d4c656e6774683a20
               300d0a446174653a204d6f6e2c20 ...
002 WIRELOG DISABLED
003 CLOSE CONNECTION AFTER 480.000000 sec
004 WIRELOG ENABLED
005 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=bf120b66, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
006 TX OCTETS: 8882bf120b66bcfa
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