Not sure if this matters, but I am wrapping the InputStream in a bufferedReader so I can read a line at a time. Could this be the problem?
Thanks, David -----Original Message----- From: David Rosenstark [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 12:58 PM To: 'HttpClient User Discussion' Subject: Reading line by line using outputstream I am trying to switch my application to be more efficient and process line by line rather than reading the whole buffer in first, since we are retrieiving very large files. However, at some point the connection is closing. Is there some parameter I need to set to keep it open while I am reading? I do not see any long delay in the reading -- the code ran for about 8 mintues and then the connection close. This all worked fine when read in at once. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
