1
0

Fixed return value description in doxycomment.

This commit is contained in:
Mattes D 2015-12-23 14:16:53 +01:00
parent 44d2f37e7b
commit 8422ada77f

View File

@ -145,7 +145,7 @@ protected:
/** Parses the incoming data for the first line (RequestLine)
Returns the number of bytes consumed, or -1 for an error
Returns the number of bytes consumed, or AString::npos for an error
*/
size_t ParseRequestLine(const char * a_Data, size_t a_Size);