You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/05 18:48:41 UTC

DO NOT REPLY [Bug 1083] - OutputStream or Writer inside StreamResult always get flushed by Transformer.transform()

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1083>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1083

OutputStream or Writer inside StreamResult always get flushed by Transformer.transform()





------- Additional Comments From keshlam@us.ibm.com  2001-10-05 09:48 -------
Excessive calls to flush() may be a performance issue, but should never change 
the actual result written out ... unless your OutputStream or Writer is making 
unjustified assumptions about flush being called only at the end of datastream.

I'm inclined to knock this down to being an Enhancement request rather than a 
Normal severity bug. It would be a nice feture to have, and it looks like we 
might have started to implemented it at one point and never finished the job... 
but I don't think it makes any practical difference for real-world application 
code.

Any objections?