I am writing a little client in java that talks to tomcat 4.0 via HTTP. However, when I send a byte to my clients OutputStream (and flush), the byte is not received by my servlets InputStream (request.getInputStream in doPost) until all bytes up to the content-length are received. Is there any way of stopping tomcat buffering the request like this? I want to handle the bytes on the ServletInputStream on a byte for byte basis. Any ideas welcome.
James -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
