2020-11-01 Fred Gleason <fredg@paravelsystems.com>

* Modified Webget to issue all error messages as mimetype
	'text/html'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-11-01 19:43:56 -05:00
parent 27b1387e91
commit 22a931de4a
3 changed files with 69 additions and 52 deletions

View File

@@ -47,9 +47,7 @@ class MainObject : public QObject
void ServeLogin();
bool Authenticate();
void Exit(int code);
void XmlExit(const QString &msg,int code,
const QString &srcfile="",int line=-1,
RDAudioConvert::ErrorCode err=RDAudioConvert::ErrorOk);
void TextExit(const QString &msg,int code,int line) const;
RDFormPost *webget_post;
QString webget_remote_hostname;
QHostAddress webget_remote_address;