diff options
author | madmaxoft <github@xoft.cz> | 2013-10-04 13:02:56 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-04 13:10:30 +0200 |
commit | 9a33732f6afc31d3682d7c2a3259f4c1986beb26 (patch) | |
tree | d329955ce61ab62b361ee3deb70f365cfade68f9 /source/HTTPServer/NameValueParser.h | |
parent | Added cEnvelopeParser and cMultipartParser. (diff) | |
download | cuberite-9a33732f6afc31d3682d7c2a3259f4c1986beb26.tar cuberite-9a33732f6afc31d3682d7c2a3259f4c1986beb26.tar.gz cuberite-9a33732f6afc31d3682d7c2a3259f4c1986beb26.tar.bz2 cuberite-9a33732f6afc31d3682d7c2a3259f4c1986beb26.tar.lz cuberite-9a33732f6afc31d3682d7c2a3259f4c1986beb26.tar.xz cuberite-9a33732f6afc31d3682d7c2a3259f4c1986beb26.tar.zst cuberite-9a33732f6afc31d3682d7c2a3259f4c1986beb26.zip |
Diffstat (limited to '')
-rw-r--r-- | source/HTTPServer/NameValueParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/HTTPServer/NameValueParser.h b/source/HTTPServer/NameValueParser.h index 111cb6052..07dc0b942 100644 --- a/source/HTTPServer/NameValueParser.h +++ b/source/HTTPServer/NameValueParser.h @@ -20,7 +20,7 @@ public: /// Creates an empty parser cNameValueParser(bool a_AllowsKeyOnly = true); - /// Creates an empty parser, then parses the data given + /// Creates an empty parser, then parses the data given. Doesn't call Finish(), so more data can be parsed later cNameValueParser(const char * a_Data, int a_Size, bool a_AllowsKeyOnly = true); /// Parses the data given |