https://issues.apache.org/bugzilla/show_bug.cgi?id=44850

           Summary: response.flushbuffer() doesn't flush the data to the
                    output
           Product: Tomcat 6
           Version: 6.0.14
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In servlet, response.flushbuffer() would just flush all the data which we have
writen to the response.getOutputstream before to the client side. However,
tomcat6.0.14 would just keep it under either close of connection from the
server side or 8k buffer limit reached. That bug would limit the capability for
us to do the streaming.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to