lightning-framework / lightning

A simple yet expressive Java web framework.
5 stars 0 forks source link

Add options for websocket permessage-deflate extension. #34

Closed mschurr closed 8 years ago

mschurr commented 8 years ago

client_max_window_bits, server_max_window_bits, server_no_context_takeover, client_no_context_takeover

mschurr commented 8 years ago

Jetty does not support 'client_max_window_bits', 'server_max_window_bits'. Jetty API does not support forcing 'server_no_context_takeover', 'client_no_context_takeover'.

NOTE: Best option for now if saving memory is crucial is to just disable compression.