[pacman-dev] [PATCH v4] Add configuration options for libcurl's "low speed" timeout

2014-03-26 Thread Andrew Hills
Add LowSpeedLimit and LowSpeedTime configuration options to correspond to libcurl's CURLOPT_LOW_SPEED_LIMIT and CURLOPT_LOW_SPEED_TIME options. This allows, e.g., transfers behind corporate virus-scanning firewalls to survive the delays. Increasing the timeout may not be desirable in all situations

Re: [pacman-dev] [PATCH v4] Add configuration options for libcurl's "low speed" timeout

2014-03-26 Thread Dave Reisner
On Wed, Mar 26, 2014 at 07:48:57PM -0400, Andrew Hills wrote: > Add LowSpeedLimit and LowSpeedTime configuration options to correspond to > libcurl's CURLOPT_LOW_SPEED_LIMIT and CURLOPT_LOW_SPEED_TIME options. This > allows, e.g., transfers behind corporate virus-scanning firewalls to survive > the