http-client-branch: remove stray println http-client-branch
authordfuchs
Fri, 04 May 2018 14:32:26 +0100
branchhttp-client-branch
changeset 56530 561ec1470111
parent 56515 b55b69565ee2
child 56531 15ff86a732ea
http-client-branch: remove stray println
src/java.net.http/share/classes/jdk/internal/net/http/common/SSLFlowDelegate.java
--- 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