projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7262336
)
Make my proxy happy.
author
Lauro Ramos Venancio
<lauro.venancio@gmail.com>
Thu, 3 May 2007 14:05:07 +0000
(14:05 +0000)
committer
Lauro 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
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index 1a3adbca663bf45e97d890139d80c87dab1aa79c..8ab069febece4dc7cb9308ae0c56d3538ba33e0a 100755
(executable)
--- 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";