bagder: curl-www/dl remcheck.pl,1.23,1.24
[email protected] Sun, 24 May 2009 18:17:14 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/dl
In directory labb:/tmp/cvs-serv21749
Modified Files:
remcheck.pl
Log Message:
gah, the debian servers say "304 not modified" even though they are so we must
not use -z for these requests even though it would be nicer to the servers
Index: remcheck.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/remcheck.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- remcheck.pl 6 Feb 2009 19:51:20 -0000 1.23
+++ remcheck.pl 24 May 2009 18:17:12 -0000 1.24
@@ -141,7 +141,8 @@
$year+1900, $mon+1, $mday,
$hour, $min, $sec);
- $curlcmd .= " -z \"$twoweeksago\" --compressed";
+ #$curlcmd .= " -z \"$twoweeksago\"";
+ $curlcmd .= " --compressed";
}
if($head) {