Commit 0344cbfd authored by huni's avatar huni
parent 991ed7ae
......@@ -600,8 +600,8 @@ public class HttpSession extends LocalClientSession {
connection.deliverBody(createDeliverable(deliverable.deliverables));
return connection;
}
else if (rid > (lastRequestID + maxRequests + 5)) {
Log.warn("Request " + rid + " > " + (lastRequestID + maxRequests + 5) + ", ending session.");
else if (rid > (lastRequestID + maxRequests)) {
Log.warn("Request " + rid + " > " + (lastRequestID + maxRequests) + ", ending session.");
throw new HttpBindException("Unexpected RID error.",
BoshBindingError.itemNotFound);
}
......
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