We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2045e commit 306455bCopy full SHA for 306455b
1 file changed
java/src/main/java/com/cybersource/ws/client/JDKHttpURLConnection.java
@@ -67,7 +67,6 @@ void postDocument(Document request)
67
"Sending " + requestBytes.length + " bytes to " + serverURL);
68
out.write(requestBytes);
69
out.close();
70
- System.out.println(System.getProperty("http.maxConnections"));
71
System.out.println("JDKHttpURLConnection.postDocument time taken is " + TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - startTime) + " ms");
72
_isRequestSent = true;
73
}
0 commit comments