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:
David Baird
2013-11-12 14:46:19 -07:00
parent 1788a9dfa1
commit 2cac70bcb8
2 changed files with 55 additions and 19 deletions
+1
View File
@@ -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() { }