We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dfd67 commit 758763aCopy full SHA for 758763a
AndroidAsync/src/com/koushikdutta/async/AsyncSSLSocketWrapper.java
@@ -415,7 +415,6 @@ public void write(ByteBufferList bb) {
415
while ((remaining != bb.remaining() || (res != null && res.getHandshakeStatus() == HandshakeStatus.NEED_WRAP)) && mSink.remaining() == 0);
416
ByteBufferList.reclaim(mWriteTmp);
417
mWrapping = false;
418
- ByteBufferList.reclaim(writeBuf);
419
}
420
421
@Override
0 commit comments