From: Lauro Ramos Venancio Date: Thu, 3 May 2007 14:05:07 +0000 (+0000) Subject: Make my proxy happy. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=46040234123b0a8de399fb52ba7c8cb8203d1b5f;p=oota-llvm.git Make my proxy happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36665 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index 1a3adbca663..8ab069febec 100755 --- a/utils/NewNightlyTest.pl +++ b/utils/NewNightlyTest.pl @@ -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";