mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-04 21:43:14 +03:00
Jun 16th update
This commit is contained in:
@@ -18,12 +18,9 @@
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#include "enum_array.h"
|
||||
#include "sasal.h"
|
||||
#include "buffer.h"
|
||||
#include "nginx_attachment_common.h"
|
||||
|
||||
SASAL_START // HTTP Manager - Transaction data
|
||||
|
||||
using namespace std;
|
||||
|
||||
USE_DEBUG_FLAG(D_NGINX_ATTACHMENT);
|
||||
@@ -261,5 +258,3 @@ HttpTransactionData::print(ostream &out_stream) const
|
||||
<< ")"
|
||||
<< endl;
|
||||
}
|
||||
|
||||
SASAL_END
|
||||
|
Reference in New Issue
Block a user