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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]