Working SPNEGO HTTP client
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / client / WsPing.java
index 0470b9f203317691edae558b375acd8e73625aa5..55d6f047fbe0c47e5f4d9eb8deeefa79ffa4f2e9 100644 (file)
@@ -59,7 +59,6 @@ public class WsPing implements Runnable {
 
                        while (!webSocket.isInputClosed()) {
                                long begin = System.nanoTime();
-//                             ByteBuffer buffer = ByteBuffer.allocate(3 * Long.BYTES);
                                ByteBuffer buffer = ByteBuffer.allocate(PING_FRAME_SIZE);
                                buffer.putLong(uuid.getMostSignificantBits());
                                buffer.putLong(uuid.getLeastSignificantBits());