You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Michael Becke <be...@u.washington.edu> on 2004/07/09 04:45:27 UTC

Re: DO NOT REPLY [Bug 29636] - Setting different MAX_HOST_CONNECTION values per host using a single MultiThreadedHttpConnectionManager

Oops.  I forgot to run the unit tests.  I'll take care of the NPE and 
try again.

Mike

On Jul 7, 2004, at 5:46 PM, bugzilla@apache.org wrote:

> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://issues.apache.org/bugzilla/show_bug.cgi?id=29636>.
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
> INSERTED IN THE BUG DATABASE.
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=29636
>
> Setting different MAX_HOST_CONNECTION values per host using a single 
> MultiThreadedHttpConnectionManager
>
>
>
>
>
> ------- Additional Comments From olegk@apache.org  2004-07-07 21:46 
> -------
> Mike,
> It looks like getParameter(MAX_HOST_CONNECTIONS) can return null and 
> cause a NPE.
>
>         Map m = (Map) getParameter(MAX_HOST_CONNECTIONS);
>         Integer max = (Integer) m.get(hostConfiguration);
>
> I currently get over a dozen testcases failing on me with the patch 
> applied
>
> Otherwise looks good
>
> 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