Author: pebender
Date: Mon Jul 20 10:25:00 2009
New Revision: 5197
Modified:
trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
Log:
- Made minor change to the comment about the Expect request-header.
Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums (original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums Mon Jul 20
10:25:00 2009
@@ -1 +1 @@
-30ee18bd2c5ca5b73546853df89d6acd download/MiniMyth.pm
+d3cf505cf00e9c643bd4afd859faf609 download/MiniMyth.pm
Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
(original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm Mon Jul
20 10:25:00 2009
@@ -1400,7 +1400,7 @@
$curl->setopt(CURLOPT_INFILESIZE,
$local_file_size);
$curl->setopt(CURLOPT_WRITEDATA, $OUT_FILE);
$curl->setopt(CURLOPT_UPLOAD, 1);
- # lighttpd < 1.5 does not support the HTTP 1.1
Expect header.
+ # lighttpd < 1.5 does not support for the Expect
request-header.
$curl->setopt(CURLOPT_HTTPHEADER, [ q(Expect:) ]);
my $retcode = $curl->perform;
close($OUT_FILE);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---