mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
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:
parent
72623366c4
commit
4604023412
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user