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"; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits