mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-14 03:36:00 +01:00
#550 WebSocket fragmented message problem
This commit is contained in:
@@ -101,6 +101,7 @@ void WebSocket::shutdown(Poco::UInt16 statusCode, const std::string& statusMessa
|
||||
|
||||
int WebSocket::sendFrame(const void* buffer, int length, int flags)
|
||||
{
|
||||
flags |= FRAME_OP_SETRAW;
|
||||
return static_cast<WebSocketImpl*>(impl())->sendBytes(buffer, length, flags);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user