I wanted to clarify whether *MaxPerRoute* is per IP, and not per URL. e.g. http://example.com/api/getData http://example.com/api/getFin http://example.com/route/notification http://otherhost.com/api/deposite
Are the first three URLs considered as a single route, and therefore the MaxPerRoute is divided among two routes equally? Looking at HttpHost seems like this is true, and the first three URLs are considered a single route. And if the first three URLs are considered as a single route, I suppose the framework provides the number of connections to whichever URL is requested for whatever number of times first, rather than treating them equally. Thanks.
