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:
Fred Gleason
2024-04-30 13:23:05 -04:00
parent 40d2be2124
commit 81fd299a90
2 changed files with 4 additions and 1 deletions

View File

@@ -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()).