Daniel Kulp created CXF-4371:
--------------------------------

             Summary: HTTP OutputStreams block flush()
                 Key: CXF-4371
                 URL: https://issues.apache.org/jira/browse/CXF-4371
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.6.1
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.6.2



The HTTP output streams block the flush calls to prevent unwanted chunks and 
network packets with poorly behaving Stax writers.  However, this prevents 
streaming content back in pre-defined chunks by the JAX-RS providers.   It 
would be better to just block the flushs from the StaxOutInterceptor so the 
non-stax cases can have closer to raw access to the stream.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to