GitHub user charithdesilva opened a pull request:
https://github.com/apache/flex-blazeds/pull/1
Fix streaming on tomcat-7.0.27 + version.
https://bz.apache.org/bugzilla/show_bug.cgi?id=53169
Tomcat close off the connection on connection-close header + chunk-encoding
scenarios. Chunking happening only when there is no Connection: close header
found.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/charithdesilva/flex-blazeds master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flex-blazeds/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit 0e3be5953d9f6fe8fd7f093c086e0fcac131c744
Author: Charith De Silva <[email protected]>
Date: 2015-07-02T04:28:59Z
Fix streaming on tomcat-7.0.27 + version.
https://bz.apache.org/bugzilla/show_bug.cgi?id=53169
Tomcat close off the connection on connection-close header + chunk-encoding
scenarios. Chunking happening only when there is no Connection: close header
found.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---