diff options
| -rwxr-xr-x | llvm/utils/NewNightlyTest.pl | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/NewNightlyTest.pl b/llvm/utils/NewNightlyTest.pl index 1a3adbca663..8ab069febec 100755 --- a/llvm/utils/NewNightlyTest.pl +++ b/llvm/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";  | 

