cleanup
This commit is contained in:
@@ -64,7 +64,6 @@ public class WebSocketFrame {
|
|||||||
throw new IOException("Payload too large");
|
throw new IOException("Payload too large");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Write payload
|
|
||||||
out.write(payload);
|
out.write(payload);
|
||||||
out.flush();
|
out.flush();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user