project builds / gross hack to disable compression code path / ws connect -x works but test fails
This commit is contained in:
@@ -216,7 +216,8 @@ namespace ix
|
||||
{
|
||||
if (_binaryMode)
|
||||
{
|
||||
_webSocket.sendBinary(text);
|
||||
std::vector<uint8_t> data(text.begin(), text.end());
|
||||
_webSocket.sendBinary(data);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user