FLEX-34921 - Fix streaming on tomcat-7.0.27 + version.
- Removed the "Connection=close" Header


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/91643893
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/91643893
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/91643893

Branch: refs/heads/master
Commit: 916438936c9c9c5ab63133db9912403fd7b762d7
Parents: cefee66
Author: Christofer Dutz <[email protected]>
Authored: Wed Jul 29 10:36:38 2015 +0200
Committer: Christofer Dutz <[email protected]>
Committed: Wed Jul 29 10:36:38 2015 +0200

----------------------------------------------------------------------
 .../src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/91643893/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java 
b/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java
index ece3144..40e0795 100644
--- a/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java
+++ b/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java
@@ -777,7 +777,6 @@ public abstract class BaseStreamingHTTPEndpoint extends 
BaseHTTPEndpoint
                 if (addNoCacheHeaders)
                     addNoCacheHeaders(req, res);
                 res.setContentType(getResponseContentType());
-                res.setHeader("Connection", "close");
                 res.setHeader("Transfer-Encoding", "chunked");
                 ServletOutputStream os = res.getOutputStream();
                 res.flushBuffer();

Reply via email to