You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Dennis Cook <de...@bevocal.com> on 2003/04/29 02:05:14 UTC

RE: DO NOT REPLY [Bug 19230] - httpClient failed to reconnec t after keep-alive connection timed out

I have not kept up on the changes she has made, so I would hate to comment.
But
I do know that we should be moving to JDK 1.4 before moving to v2 of
httpclient.
So this may not be a problem for us.

Dennis Cook
BeVocal, Inc.
tel:  650-641-1424
fax: 650-210-9275


-----Original Message-----
From: Michael Becke [mailto:becke@u.washington.edu]
Sent: Monday, April 28, 2003 2:17 PM
To: Commons HttpClient Project
Subject: Re: DO NOT REPLY [Bug 19230] - httpClient failed to reconnec t
after keep-alive connection timed out


Thanks for the heads up Dennis.  Do you know if anyone else is familiar 
with her code that might be able to answer?  We can certainly wait until 
Wednesday or so, but sooner would nice.

Thanks,

Mike

Dennis Cook wrote:
> Just a heads up,  Laura won't be available until Wednesday or later.
> 
> 
> -----Original Message-----
> From: bugzilla@apache.org [mailto:bugzilla@apache.org]
> Sent: Monday, April 28, 2003 1:19 PM
> To: commons-httpclient-dev@jakarta.apache.org
> Subject: DO NOT REPLY [Bug 19230] - httpClient failed to reconnect after
> keep-alive connection timed out
> 
> 
> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19230>.
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
> INSERTED IN THE BUG DATABASE.
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19230
> 
> httpClient failed to reconnect after keep-alive connection timed out
> 
> 
> 
> 
> 
> ------- Additional Comments From olegk@apache.org  2003-04-28 20:18
-------
> Mike,
> I tested the patch a bit. It works fine with JDK 1.4 for me (and does not
> with
> 1.2 which is expected). Once we get Laura's consent I'd call it the end of
> the
> story. This is as good as it gets for 2.0 release in my opinion.
> 
> Oleg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> commons-httpclient-dev-help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
commons-httpclient-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail:
commons-httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail:
commons-httpclient-dev-help@jakarta.apache.org

Re: DO NOT REPLY [Bug 19230] - httpClient failed to reconnec t after keep-alive connection timed out

Posted by Michael Becke <be...@u.washington.edu>.
Sounds good.  I will go ahead and apply this patch then.  Please let us 
know if you run in to any problems.

Thanks,

Mike

Laura Werner wrote:
> Dennis Cook wrote:
> 
>> I have not kept up on the changes she has made, so I would hate to 
>> comment.
>> But I do know that we should be moving to JDK 1.4 before moving to v2 of
>> httpclient. So this may not be a problem for us.
>>  
>>
> Now that I'm back in town, I'm going to go ahead and start integrating 
> our code with the latest CVS HEAD of HttpClient to see if our code turns 
> up any bugs (or vice-versa).  I'll probably have one or two patches to 
> submit in the process.  My goal is to get to the point where my code can 
> call the HttpClient class rather than using the connection classes 
> directly, and I think there's still an issue where I'll need to overload 
> one of the HttpClient methods to allow me to pass in an HttpState.
> 
> More news when I actually get something done...
> 
> -- Laura
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
> commons-httpclient-dev-help@jakarta.apache.org
> 


Re: DO NOT REPLY [Bug 19230] - httpClient failed to reconnec t after keep-alive connection timed out

Posted by Laura Werner <la...@lwerner.org>.
Dennis Cook wrote:

>I have not kept up on the changes she has made, so I would hate to comment.
>But I do know that we should be moving to JDK 1.4 before moving to v2 of
>httpclient. So this may not be a problem for us.
>  
>
Now that I'm back in town, I'm going to go ahead and start integrating 
our code with the latest CVS HEAD of HttpClient to see if our code turns 
up any bugs (or vice-versa).  I'll probably have one or two patches to 
submit in the process.  My goal is to get to the point where my code can 
call the HttpClient class rather than using the connection classes 
directly, and I think there's still an issue where I'll need to overload 
one of the HttpClient methods to allow me to pass in an HttpState.

More news when I actually get something done...

-- Laura