We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beba316 commit 305d9afCopy full SHA for 305d9af
utils/socket-utils/src/main/java17/datadog/common/socket/TunnelingJdkSocket.java
@@ -166,6 +166,8 @@ public InputStream getInputStream() throws IOException {
166
buffer.flip();
167
break;
168
}
169
+ } catch (Exception e) {
170
+ System.out.println("=====Error while reading from client: " + e + "=====");
171
} finally {
172
System.out.println("=====14=====");
173
selector.close();
0 commit comments