Commit dcebdca0 authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

Removed log message

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7219 b35dd754-fafc-0310-a699-88a17e54d16e
parent 15534d9c
......@@ -351,7 +351,6 @@ public class HttpSession extends ClientSession {
catch (HttpBindTimeoutException e) {
// This connection timed out we need to increment the request count
if(connection.getRequestId() != lastRequestID + 1) {
Log.warn("Connection timed out: " + connection.getRequestId() + ". " + e.getMessage());
throw new HttpBindException("Unexpected RID error.", true, 404);
}
lastRequestID = connection.getRequestId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment