Joe, some feedback on the 2.0.4
codebase:
-
ContainerUtil.java:1788: container.addParameter("maxWaitAfterWrite", "500");
This doesn't
seem to have any effect?
-
Pollhandler.java:148: alarms.add(new OutputAlarm(scriptSession,
maxWaitAfterWrite));
We may end up here with maxWaitAfterWrite=-1 so
parameter should be substituted for some chosen number in these
cases?
- web/WEB-INF/web.xml: "This enables full streaming mode."
... or
Early Closing Mode with maxWaitAfterWrite=0 in
IE
(Excuse me if I have
misunderstood these parts.)
Best
regards
Mike