It looks not logic to me that the module set below values in the individual link options, set in httprl_request():

    'domain_connections' => 8,
    'global_connections' => 128,
    'global_timeout' => 120.0,

I think this should be options of httprl_send_request(). This way we can save memory as there is no need to waste array size in the individual link options. Aside there is an $options parameter in httprl_send_request() that is not documented. Should we use this for the global settings?

Comments

hass’s picture

Title: Global settings are set in individual links » Global options are set in individual links
mikeytown2’s picture

Category: bug » task

I would consider this more of a task than a bug.

mikeytown2’s picture

Status: Active » Postponed
Issue tags: +2.x Roadmap

If I do a 2.x release this needs to be addressed.