(ws send) add option (-x) to disable per message deflate compression

This commit is contained in:
Benjamin Sergeant
2020-01-04 15:08:36 -08:00
parent e34d960b28
commit 162e228b34
5 changed files with 10 additions and 3 deletions

View File

@ -55,6 +55,7 @@ namespace ix
int ws_send_main(const std::string& url,
const std::string& path,
bool disablePerMessageDeflate,
const ix::SocketTLSOptions& tlsOptions);
int ws_redis_publish_main(const std::string& hostname,