websocket
websocket copied to clipboard
WS-CLient Compression support client_max_window_bits,server_max_window_bits [feature]
// EnableCompression specifies if the client should attempt to negotiate // per message compression (RFC 7692). Setting this value to true does not // guarantee that compression will be supported. Currently only "no context // takeover" modes are supported. EnableCompression bool
I set EnableCompression=true, but not supported client_max_window_bits, can you support it?
Any updates?