Make my proxy happy.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 3 May 2007 14:05:07 +0000 (14:05 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Thu, 3 May 2007 14:05:07 +0000 (14:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36665 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NewNightlyTest.pl

index 1a3adbca663bf45e97d890139d80c87dab1aa79c..8ab069febece4dc7cb9308ae0c56d3538ba33e0a 100755 (executable)
@@ -454,6 +454,7 @@ sub SendData{
     $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";