Fix for the deflate frame
This commit is contained in:
@@ -37,7 +37,6 @@ namespace WebSocketSharp {
|
||||
/// The <b>Opcode</b> enumeration contains the values of the opcodes defined in
|
||||
/// <see href="http://tools.ietf.org/html/rfc6455#section-5.2">RFC 6455</see> for the WebSocket protocol.
|
||||
/// </remarks>
|
||||
[Flags]
|
||||
public enum Opcode : byte
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user