Revert "Make websocket permessage-deflate default to disabled since it causes problems with Chrome"
This reverts commit 622ff58039.
This commit is contained in:
parent
b34e8584ae
commit
7906a58468
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ namespace fc { namespace http {
|
||||||
public:
|
public:
|
||||||
websocket_tls_server(const std::string& server_pem = std::string(),
|
websocket_tls_server(const std::string& server_pem = std::string(),
|
||||||
const std::string& ssl_password = std::string(),
|
const std::string& ssl_password = std::string(),
|
||||||
bool enable_permessage_deflate = false);
|
bool enable_permessage_deflate = true);
|
||||||
~websocket_tls_server();
|
~websocket_tls_server();
|
||||||
|
|
||||||
void on_connection( const on_connection_handler& handler);
|
void on_connection( const on_connection_handler& handler);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue