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 | 0974db91111ca494832f5ffa54f2764f0b490362 (patch) | |
| tree | 4a559d65550366f6b51c3d47a511f67e2b11a00a /llvm | |
| parent | 4995f92cbc05d50f0f9ada4a76a436d20f7a13c1 (diff) | |
| download | bcm5719-llvm-0974db91111ca494832f5ffa54f2764f0b490362.tar.gz bcm5719-llvm-0974db91111ca494832f5ffa54f2764f0b490362.zip | |
Make my proxy happy.
llvm-svn: 36665
Diffstat (limited to 'llvm')
| -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"; |

