You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/07/30 13:01:15 UTC

[3/3] flex-blazeds git commit: Re-Added the header for the 4.7.1 release

Re-Added the header for the 4.7.1 release


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

Branch: refs/heads/develop
Commit: f80e095f51f50480ee83f6073f9f4db4f166e7e7
Parents: ec8cfac
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Jul 30 13:01:01 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Jul 30 13:01:01 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/f80e095f/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 40e0795..7aa7328 100644
--- a/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java
+++ b/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java
@@ -778,6 +778,7 @@ public abstract class BaseStreamingHTTPEndpoint extends BaseHTTPEndpoint
                     addNoCacheHeaders(req, res);
                 res.setContentType(getResponseContentType());
                 res.setHeader("Transfer-Encoding", "chunked");
+                res.setHeader("Connection", "close");
                 ServletOutputStream os = res.getOutputStream();
                 res.flushBuffer();