diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-09 10:12:33 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-09 10:12:33 +0000 |
commit | a8e2cd4445069e0d6c971d9fd9c0d60895e228b3 (patch) | |
tree | 9549c1a9a44a72a88b51c504e7045f709a0f61c2 /src | |
parent | 52ea97e792e287cf623dce14d784a014c747f687 (diff) | |
download | vaadin-framework-a8e2cd4445069e0d6c971d9fd9c0d60895e228b3.tar.gz vaadin-framework-a8e2cd4445069e0d6c971d9fd9c0d60895e228b3.zip |
endRequest should not be used for 503 as a new request is made in a short while and the loading indicator should remain visible
svn changeset:12431/svn branch:6.3
Diffstat (limited to 'src')
-rwxr-xr-x | src/com/vaadin/terminal/gwt/client/ApplicationConnection.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java index 5b1e9ccaac..619404a065 100755 --- a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java +++ b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java @@ -435,7 +435,6 @@ public class ApplicationConnection { forceSync, analyzeLayouts); } }).schedule(delay); - endRequest(); return; } |