-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------



The brower won't accept input before it is done sending
the request anyway, will it?

Are you wanting to send back data to the client before you finish
getting the post or get from the client? Or are you wanting to
start creating your response before you get the full request.

The way I understand it apache won't turn over the request stream
to Jserv until it has ended anyway.



> David Engberg <[EMAIL PROTECTED]> wrote:
> > Ack, that was a typo on my part.  The bug is in JServ 1.0 with Apache 1.3.6
> > DSO, Linux RH6.  Once again, the problem is that servlets must read ALL of
> > the contents of the request input stream before they can send a response or
> > redirect.  For file uploads, that can be a lot of data.  JRun has a similar
> > problem, but I was trying to report the JServ bug to this list.  :-)
> 



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to