2023-05-31 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'RDFormPost' that caused the last character
	of the last variable in the post to be truncated when using
	'application/x-www-form-urlencoded' encoding.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-31 13:33:26 -04:00
parent dba2fe299b
commit ac91f3fcfc
3 changed files with 51 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ class RDFormPost
QString tempDir() const;
unsigned headerContentLength() const;
QString headerContentType() const;
QByteArray rawPost() const;
QString parsedPost() const;
void dump();
void dumpRawPost();
static QString errorString(RDFormPost::Error err);