diff options
author | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-05-03 14:05:07 +0000 |
---|---|---|
committer | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-05-03 14:05:07 +0000 |
commit | 46040234123b0a8de399fb52ba7c8cb8203d1b5f (patch) | |
tree | d5c61e02a5980ab651c7a7c3d0514ef56f56d8e4 | |
parent | 72623366c4b5116e36c9acb176f9704b4e3c9a3f (diff) |
Make my proxy happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36665 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/NewNightlyTest.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index 1a3adbca66..8ab069febe 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"; |