--- a/src/java.net.http/share/classes/jdk/internal/net/http/common/SSLFlowDelegate.java Thu May 03 18:32:32 2018 +0100
+++ b/src/java.net.http/share/classes/jdk/internal/net/http/common/SSLFlowDelegate.java Fri May 04 14:32:26 2018 +0100
@@ -479,9 +479,6 @@
assert dst.position() == 0;
return new EngineResult(sslResult);
case OK:
- System.err.printf("*** Decoded %d out of %d (consumed %d, %d remaining) capacity %d%n",
- dst.position(), len - src.remaining(), sslResult.bytesConsumed(),
- src.remaining(), dst.capacity());
int size = dst.position();
// if the record payload was bigger than what was originally
// allocated, then sets the adaptiveAppBufferSize to size