[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu May 3 07:05:25 PDT 2007
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.71 -> 1.72
---
Log message:
Make my proxy happy.
---
Diffs of the changes: (+1 -0)
NewNightlyTest.pl | 1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.71 llvm/utils/NewNightlyTest.pl:1.72
--- llvm/utils/NewNightlyTest.pl:1.71 Thu Apr 12 23:36:48 2007
+++ llvm/utils/NewNightlyTest.pl Thu May 3 09:05:07 2007
@@ -454,6 +454,7 @@
$length = length($content);
my $send= "POST $file HTTP/1.0\n";
+ $send.= "Host: $host\n";
$send.= "Content-Type: application/x-www-form-urlencoded\n";
$send.= "Content-length: $length\n\n";
$send.= "$content";
More information about the llvm-commits
mailing list