mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Standalone: added Include command
IIS: added locking, response processing check, fixed file chunk reading bugs
This commit is contained in:
@@ -22,8 +22,9 @@
|
||||
class CMyHttpModule : public CHttpModule
|
||||
{
|
||||
public:
|
||||
HANDLE m_hEventLog;
|
||||
DWORD m_dwPageSize;
|
||||
HANDLE m_hEventLog;
|
||||
DWORD m_dwPageSize;
|
||||
CRITICAL_SECTION m_csLock;
|
||||
|
||||
REQUEST_NOTIFICATION_STATUS
|
||||
OnBeginRequest(
|
||||
|
Reference in New Issue
Block a user