I am trying to connect to a server which supports only TLS 1.3 from a windows 10 machine. Everything works as it should (it enables tls 1.3 for windows10 ) but problem is with deflate extensions. The server which i am trying to connect does not allow connection permessage-deflate is not enabled on client side.
I get error from your Dll " Unsupported received frame header flags: 0x40"
AM i missing something? Is it possible to enable this extension on your client?
is it possible to extract frames so i can manually decompress them.
Thank you