mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user