From 51de86c992d39a6acdb50938281c6aab8f351043 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 11 May 2015 14:46:09 +0200 Subject: [PATCH] disabled debug thread dumps --- source/net/yacy/cora/protocol/http/HTTPClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/yacy/cora/protocol/http/HTTPClient.java b/source/net/yacy/cora/protocol/http/HTTPClient.java index 017ed7f52..7a9161149 100644 --- a/source/net/yacy/cora/protocol/http/HTTPClient.java +++ b/source/net/yacy/cora/protocol/http/HTTPClient.java @@ -705,7 +705,7 @@ public class HTTPClient { ConnectionInfo.removeConnection(httpUriRequest.hashCode()); httpUriRequest.abort(); if (this.httpResponse != null) this.httpResponse.close(); - e.printStackTrace(); + //e.printStackTrace(); throw new IOException("Client can't execute: " + (e.getCause() == null ? e.getMessage() : e.getCause().getMessage()) + " duration=" + Long.toString(System.currentTimeMillis() - time) + " for url " + httpUriRequest.getURI().toString());