cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH] pipelining: Add CURLMOPT_PIPELINE_POLICY_FUNCTION

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 25 Nov 2014 11:18:10 +0100 (CET)

On Sun, 23 Nov 2014, Carlo Wood wrote:

> This allows the user to tweak the maximum number of connections per host,
> the maximum number of requests in a pipeline and to override blacklisting or
> implement whitelisting on a per host basis (since bundles are only per host,
> not host:port - which imho is a limitation).

I would even consider it a bug. Services on different ports are totally
unrelated of each other and we shouldn't combine anything over them without
prior knowledge. So, I would argue that a host in that sense should be a
host+port pair.

Perhaps a sensible way is to fix that first?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-11-25