mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
*Web: HttpClient Post(id, text) now calls Post() method
git-svn-id: svn://ultimatepp.org/upp/trunk@4074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ccdf3336c4
commit
944c834dde
2 changed files with 2 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ String HttpClient::ReadUntilProgress(char until, int start_time, int end_time, G
|
|||
|
||||
HttpClient& HttpClient::Post(const char *id, const String& data)
|
||||
{
|
||||
Post();
|
||||
if(postdata.GetCount())
|
||||
postdata << '&';
|
||||
postdata << id << '=' << UrlEncode(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue