mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 12:07:43 +03:00
Nov_12_2023-Dev
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
class ParserBinary : public ParserBase
|
||||
{
|
||||
public:
|
||||
ParserBinary(IParserStreamReceiver& receiver);
|
||||
ParserBinary(IParserStreamReceiver& receiver, size_t parser_depth);
|
||||
virtual ~ParserBinary();
|
||||
virtual size_t push(const char* data, size_t data_len);
|
||||
virtual void finish();
|
||||
@@ -39,7 +39,7 @@ private:
|
||||
state m_state;
|
||||
std::string m_textFromLastBuffer;
|
||||
size_t m_textCharCount;
|
||||
|
||||
size_t m_parser_depth;
|
||||
void flush();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user