Add WITH_PROXY flag

This commit is contained in:
Alex Hultman
2020-06-06 12:59:40 +02:00
parent e70bbb4fb6
commit 2538cd18e9
6 changed files with 128 additions and 54 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ private:
/* If we have proxy support */
#ifdef WITH_PROXY
void getProxiedRemoteAddress() {
getHttpResponseData()->proxyParser.getSourceIp();
}
#endif