RE: httpclient hangs indefinately

2002-02-01 Thread Ludwig, Sven
] Subject: RE: httpclient hangs indefinately Well, since the con.open() method creates a new Socket object, it is subject to the behavior of the Socket class. Unfortunately, at least as of 1.3, attempting to create a new Socket to a host/port combo that does not answer blocks

RE: httpclient hangs indefinately

2002-01-31 Thread JEvans
Well, since the con.open() method creates a new Socket object, it is subject to the behavior of the Socket class. Unfortunately, at least as of 1.3, attempting to create a new Socket to a host/port combo that does not answer blocks indefinately (or at least for a very long time), this can't be

RE: httpclient hangs indefinately

2002-01-31 Thread JEvans
Incidentally, it doesn't actually hang indefinately, for me it looks like it times out after about 3 minutes and 12 seconds. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: RE: httpclient

RE: httpclient hangs indefinately

2002-01-31 Thread otisg
Hello, This is a known issue, unfortunately. I brought it up recently (mailing list archives?) after I saw the same problems as you have. I opted for your 3rd suggestion in my local version of HTTP Client. It is too early to put that in the distributed version of HTTP Client for now. As there

RE: httpclient hangs indefinately

2002-01-31 Thread otisg
minutes and 12 seconds. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: RE: httpclient hangs indefinately Well, since the con.open() method creates a new Socket object, it is subject