Got it. But still, I am trying to understand -- if I have a large file and want to process a line at a time, how do I keep working and not have the connection close on me?
-----Original Message----- From: Roland Weber [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 1:59 PM To: HttpClient User Discussion Subject: RE: Reading line by line using outputstream Hello David, > At any rate, I wonder if there is a way to force the web server to > keep the > connection open while we read the InputStream. If there is, you should report it as a security problem to the server administrator. It's called a "denial of service attack" :-) cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
