summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-04-13 17:40:49 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-04-13 17:40:49 +0200
commitdf13ce307c399c649ae2fb2730557882380998c2 (patch)
treec20ce83733d8c911c1c78965dd9f36d61106901b /jrt
parent377749b786f6a24a67b4624d8114878117a4f2ee (diff)
Use atomic and synchronized sections to do proper accounting of replies. And some geenral code health.
Diffstat (limited to 'jrt')
-rw-r--r--jrt/src/com/yahoo/jrt/Connection.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/jrt/src/com/yahoo/jrt/Connection.java b/jrt/src/com/yahoo/jrt/Connection.java
index 36e1f1c8a8e..d4938f8ecbb 100644
--- a/jrt/src/com/yahoo/jrt/Connection.java
+++ b/jrt/src/com/yahoo/jrt/Connection.java
@@ -1,8 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jrt;
-import com.yahoo.jrt.CryptoSocket.HandshakeResult;
-
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.SelectionKey;