mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 12:07:43 +03:00
Feb 15th 2023 update
This commit is contained in:
@@ -270,6 +270,10 @@ size_t ParserJson::push(const char* buf, size_t len) {
|
||||
m_state = s_error;
|
||||
}
|
||||
|
||||
if (m_receiver2) {
|
||||
m_receiver2->onEndOfData();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user