Make my proxy happy.

llvm-svn: 36665
This commit is contained in:
Lauro Ramos Venancio 2007-05-03 14:05:07 +00:00
parent 4995f92cbc
commit 0974db9111
1 changed files with 1 additions and 0 deletions

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