summaryrefslogtreecommitdiff
path: root/src/client_initialization.h
diff options
context:
space:
mode:
authorJoshua Judson Rosen2015-02-17 00:37:08 -0500
committerJoshua Judson Rosen2015-02-17 00:37:08 -0500
commit714aebccbd7a4ab6ec0964d4580efd49171ba140 (patch)
treee71ac66a95848b1c0e8f47ea7d3df0e54c052d48 /src/client_initialization.h
parentNix mysleep(). (diff)
downloadapf-714aebccbd7a4ab6ec0964d4580efd49171ba140.tar.gz
Remove HTTP proxy support.
There are plenty of popular, readily-available external tools that, frankly, provide better options for going through proxies-- both of the HTTP variety and others (corkscrew, httptunnel, socat...); and dropping our internal implementation results in a significant reduction in code complexity--including the complete elimination of multithreading and all of the worries that go along with it.
Diffstat (limited to 'src/client_initialization.h')
-rw-r--r--src/client_initialization.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client_initialization.h b/src/client_initialization.h
index 390568f..4f981a3 100644
--- a/src/client_initialization.h
+++ b/src/client_initialization.h
@@ -23,8 +23,6 @@
#include "activefor.h"
#include "stats.h"
#include "logging.h"
-#include "http_proxy_client.h"
-#include "http_proxy_options_struct.h"
#include "ssl_fd_struct.h"
#include "client_realm_struct.h"