[Modify] Polish it
This commit is contained in:
@@ -462,7 +462,9 @@ namespace WebSocketSharp
|
||||
return bytes;
|
||||
}
|
||||
|
||||
internal static bool IsCompressionExtension (this string value, CompressionMethod method)
|
||||
internal static bool IsCompressionExtension (
|
||||
this string value, CompressionMethod method
|
||||
)
|
||||
{
|
||||
return value.StartsWith (method.ToExtensionString ());
|
||||
}
|
||||
|
Reference in New Issue
Block a user