mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-04 13:33:00 +03:00
Jun 16th update
This commit is contained in:
@@ -13,12 +13,9 @@
|
||||
|
||||
#include "http_encoder.h"
|
||||
#include "debug.h"
|
||||
#include "sasal.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
SASAL_START // Communication
|
||||
|
||||
USE_DEBUG_FLAG(D_COMMUNICATION);
|
||||
|
||||
HTTPRequest::HTTPRequest(const string &_method_statement, const string &_host, const bool to_proxy)
|
||||
@@ -172,5 +169,3 @@ HTTPEncoder::isOverSSL()
|
||||
over_ssl = true;
|
||||
return *this;
|
||||
};
|
||||
|
||||
SASAL_END
|
||||
|
Reference in New Issue
Block a user