summaryrefslogtreecommitdiffstats
path: root/src/HTTP/HTTPRequestParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTP/HTTPRequestParser.h')
-rw-r--r--src/HTTP/HTTPRequestParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTTP/HTTPRequestParser.h b/src/HTTP/HTTPRequestParser.h
index f3d3add91..1b06d7b8b 100644
--- a/src/HTTP/HTTPRequestParser.h
+++ b/src/HTTP/HTTPRequestParser.h
@@ -25,8 +25,8 @@ public:
cHTTPRequestParser(void);
/** Parses the request line and then headers from the received data.
- Returns the number of bytes consumed or AString::npos number for error
- */
+ Returns the number of bytes consumed or AString::npos number for error.
+ Once it has fully parsed all the headers, doesn't consume any more data. */
size_t ParseHeaders(const char * a_Data, size_t a_Size);
/** Returns true if the request did contain a Content-Length header */