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 698e628 commit d2fb86dCopy full SHA for d2fb86d
api/src/test/java/org/asynchttpclient/async/MaxConnectionsInThreads.java
@@ -66,10 +66,7 @@ public void run() {
66
// assert that 2nd request fails, because maxTotalConnections=1
67
// logger.debug(i);
68
caughtError[0] = true;
69
- System.err.println("============");
70
- e.printStackTrace();
71
72
-
+ logger.error("Exception ", e);
73
}
74
75
};
@@ -81,8 +78,7 @@ public void run() {
81
78
try {
82
79
t.join();
83
80
} catch (InterruptedException e) {
84
- // TODO Auto-generated catch block
85
86
87
88
0 commit comments