This commit is contained in:
xiongziliang
2018-09-25 10:19:11 +08:00
parent 923477dcad
commit 50f7050ea9
4 changed files with 67 additions and 7 deletions

View File

@@ -144,7 +144,7 @@ protected:
bool mask_flag = _mask_flag;
_mask_flag = false;
WebSocketSplitter::encode((uint8_t *)ptr,len);
_mask_flag = true;
_mask_flag = mask_flag;
};