Add masking to sent frames. Masking can be disabled by using the from_url_no_mask() factory instead of from_url().
This commit is contained in:
@@ -20,6 +20,7 @@ class WebSocket {
|
||||
// Factories:
|
||||
static pointer create_dummy();
|
||||
static pointer from_url(std::string url);
|
||||
static pointer from_url_no_mask(std::string url);
|
||||
|
||||
// Interfaces:
|
||||
virtual ~WebSocket() { }
|
||||
|
||||
Reference in New Issue
Block a user