[Modify] Polish it
This commit is contained in:
parent
a75cf5ed26
commit
2c890cbb2a
@ -95,7 +95,9 @@ namespace WebSocketSharp
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
internal WebSocketFrame (Fin fin, Opcode opcode, byte[] data, bool compressed, bool mask)
|
internal WebSocketFrame (
|
||||||
|
Fin fin, Opcode opcode, byte[] data, bool compressed, bool mask
|
||||||
|
)
|
||||||
: this (fin, opcode, new PayloadData (data), compressed, mask)
|
: this (fin, opcode, new PayloadData (data), compressed, mask)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user