Re: AW: URLConnetion blocks

2002-01-24 Thread Sylvain Wallez
Matthew Langham wrote: >Some thoughts : couldn't this be a bug related to http 1.1 keep-alive >that can reuse the same socket for several requests ? ><< >Sylvain, > >can you elaborate on this? Is there a workaround? > >Matthew > This was just some thoughts as what you describe is as if the socke

AW: URLConnetion blocks

2002-01-24 Thread Matthew Langham
ylvain Wallez [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 15:44 An: [EMAIL PROTECTED] Betreff: Re: URLConnetion blocks Carsten Ziegeler wrote: >Hi, > >we have a problem with getting external content using http. Sometimes >a read on the input stream of the urlconn

Re: URLConnetion blocks

2002-01-24 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Hi, > >we have a problem with getting external content using http. Sometimes >a read on the input stream of the urlconnection blocks forever. The >first read on the input stream gets the whole document from the >external server, the second read is used to test if the whol

URLConnetion blocks

2002-01-24 Thread Carsten Ziegeler
Hi, we have a problem with getting external content using http. Sometimes a read on the input stream of the urlconnection blocks forever. The first read on the input stream gets the whole document from the external server, the second read is used to test if the whole document is fetched, so this