mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed POST methos
This commit is contained in:
parent
5ea3e70c3a
commit
86fdd48229
3 changed files with 18 additions and 62 deletions
|
@ -765,7 +765,7 @@ namespace util
|
|||
{
|
||||
// POST/PUT, apply body
|
||||
request += "Content-Length: " ;
|
||||
request += request.size ();
|
||||
request += data.size ();
|
||||
request += "\r\n" + data;
|
||||
}
|
||||
LogPrint("HTTP Client Request: ", request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue