mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2023-06-09 Fred Gleason <fredg@paravelsystems.com>
* Removed the '#define RD_DEFAULT_MAX_POST_LENGTH' statement from 'lib/rd.h'. * Added a '#define RD_MAX_POST_LENGTH' statement in 'lib/rd.h'. * Removed the 'RDSystem::maxPostLength()' and 'RDSystem::setMaxPostLength()' methods. * Removed the 'Maximum Remote Post Length' control from the 'System-Wide Settings' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -37,8 +37,7 @@ class RDFormPost
|
||||
enum Encoding {UrlEncoded=0,MultipartEncoded=1,AutoEncoded=2};
|
||||
enum Error {ErrorOk=0,ErrorNotPost=1,ErrorNoTempDir=2,ErrorMalformedData=3,
|
||||
ErrorPostTooLarge=4,ErrorInternal=5,ErrorNotInitialized=6};
|
||||
RDFormPost(RDFormPost::Encoding encoding,int64_t maxsize=0,
|
||||
bool auto_delete=true);
|
||||
RDFormPost(RDFormPost::Encoding encoding,bool auto_delete);
|
||||
~RDFormPost();
|
||||
RDFormPost::Error error() const;
|
||||
QHostAddress clientAddress() const;
|
||||
|
Reference in New Issue
Block a user