[axel-commits] r67 - /trunk/http.c

phihag-guest at users.alioth.debian.org phihag-guest at users.alioth.debian.org
Mon Dec 1 16:53:44 UTC 2008


Author: phihag-guest
Date: Mon Dec  1 16:53:43 2008
New Revision: 67

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=67
Log:
Revert previous commit because it would disable parallel downloads for compliant servers


Modified:
    trunk/http.c

Modified: trunk/http.c
URL: http://svn.debian.org/wsvn/axel/trunk/http.c?rev=67&op=diff
==============================================================================
--- trunk/http.c (original)
+++ trunk/http.c Mon Dec  1 16:53:43 2008
@@ -109,7 +109,7 @@
 	{
 		if( conn->lastbyte )
 			http_addheader( conn, "Range: bytes=%lld-%lld", conn->firstbyte, conn->lastbyte );
-		else if (conn->firstbyte > 1)
+		else
 			http_addheader( conn, "Range: bytes=%lld-", conn->firstbyte );
 	}
 }




More information about the axel-commits mailing list