From 9a33732f6afc31d3682d7c2a3259f4c1986beb26 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Fri, 4 Oct 2013 13:02:56 +0200 Subject: Fixed MultiPartParser's boundary parsing. --- source/HTTPServer/NameValueParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/HTTPServer/NameValueParser.h') 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 -- cgit v1.2.3