On Wed, 2006-08-02 at 13:49 +0300, David Rosenstark wrote:
> 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 
> 

Please post the exception stack trace and a wire/context log of the
session

Oleg

> -----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]
> 
> 


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

Reply via email to