mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
style fixes
This commit is contained in:
@@ -133,7 +133,8 @@ int WebSocketImpl::receiveHeader(char mask[4], bool& useMask)
|
||||
Poco::UInt64 l;
|
||||
reader >> l;
|
||||
payloadLength = static_cast<int>(l);
|
||||
} else if (lengthByte == 126)
|
||||
}
|
||||
else if (lengthByte == 126)
|
||||
{
|
||||
n = receiveNBytes(header + 2, 2);
|
||||
if (n <= 0)
|
||||
|
||||
Reference in New Issue
Block a user