Support for HTTP transfer timeouts based on transfer speed
authorNick Hengeveld <nickh@reactrix.com>
Wed, 19 Oct 2005 21:27:01 +0000 (14:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 21:27:01 +0000 (14:27 -0700)
commite0004e286c50364f134c951754c34e815489ead0
tree249545a90248422cf9c6469a9f80808016611d1d
parent960deccb26a5bee6c6cd63d50e8272f540a27b19
Support for HTTP transfer timeouts based on transfer speed

Add configuration settings to abort HTTP requests if the transfer rate
drops below a threshold for a specified length of time.  Environment
variables override config file settings.

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c