]> source.dussan.org Git - vaadin-framework.git/commitdiff
[merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when retrying...
authorAutomerge <automerge@vaadin.com>
Mon, 23 Apr 2012 09:06:37 +0000 (09:06 +0000)
committerAutomerge <automerge@vaadin.com>
Mon, 23 Apr 2012 09:06:37 +0000 (09:06 +0000)
svn changeset:23609/svn branch:6.8

src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

index 82971860b5dd56053439d28e9a6b4716b5274d2d..4c6fc8462bd182e950861e39e32ef1b30082595b 100644 (file)
@@ -535,10 +535,6 @@ public class ApplicationConnection {
                             (new Timer() {
                                 @Override
                                 public void run() {
-                                    // TODO why? Here used to be
-                                    // "activeRequests--;"
-                                    // but can't see why exactly
-                                    hasActiveRequest = false;
                                     doUidlRequest(uri, payload, synchronous);
                                 }
                             }).schedule(Integer.parseInt(delay));