Commit 16a06465 authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

Added one set back in

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7137 b35dd754-fafc-0310-a699-88a17e54d16e
parent f2cd6735
...@@ -435,6 +435,7 @@ public class HttpSession extends ClientSession { ...@@ -435,6 +435,7 @@ public class HttpSession extends ClientSession {
== lastRequestID + 1)) { == lastRequestID + 1)) {
try { try {
deliver(connection, pendingElements); deliver(connection, pendingElements);
lastRequestID = connection.getRequestId();
pendingElements.clear(); pendingElements.clear();
} }
catch (HttpConnectionClosedException he) { catch (HttpConnectionClosedException he) {
......
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