[Modify] Polish it
This commit is contained in:
parent
db7203aa0b
commit
aa1b31b439
@ -286,7 +286,9 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
private static void throwProtocolViolation (string message)
|
private static void throwProtocolViolation (string message)
|
||||||
{
|
{
|
||||||
throw new WebException (message, null, WebExceptionStatus.ServerProtocolViolation, null);
|
throw new WebException (
|
||||||
|
message, null, WebExceptionStatus.ServerProtocolViolation, null
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void write (byte[] buffer, ref int offset, int length)
|
private void write (byte[] buffer, ref int offset, int length)
|
||||||
|
Loading…
Reference in New Issue
Block a user