Make my proxy happy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36665 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lauro Ramos Venancio 2007-05-03 14:05:07 +00:00
parent 72623366c4
commit 4604023412

View File

@ -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";