mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2024-04-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the WebGet service that caused stale temp files to be left behind after processing. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -111,7 +111,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
// Generate Post
|
||||
//
|
||||
webget_post=new RDFormPost(RDFormPost::AutoEncoded,false);
|
||||
webget_post=new RDFormPost(RDFormPost::AutoEncoded,true);
|
||||
if(webget_post->error()!=RDFormPost::ErrorOk) {
|
||||
rda->syslog(LOG_WARNING,"post parsing error [%s]",
|
||||
webget_post->errorString(webget_post->error()).
|
||||
|
Reference in New Issue
Block a user