Ubuntu 18.04 Upgrade #3

Merged
RoshanSyed merged 143 commits from github/fork/PBSA/master into master 2019-09-03 16:20:50 +00:00
Showing only changes of commit 2d521c390d - Show all commits

View file

@ -59,7 +59,7 @@ namespace fc { namespace http {
public:
websocket_tls_server(const std::string& server_pem = std::string(),
const std::string& ssl_password = std::string(),
bool enable_permessage_deflate = true);
bool enable_permessage_deflate = false);
~websocket_tls_server();
void on_connection( const on_connection_handler& handler);