summaryrefslogtreecommitdiff
path: root/src/afclient.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/afclient.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/afclient.h')
-rw-r--r--src/afclient.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/afclient.h b/src/afclient.h
index 1be222d..c5888b3 100644
--- a/src/afclient.h
+++ b/src/afclient.h
@@ -26,13 +26,9 @@
#include "client_remoteadmin.h"
#include "make_ssl_handshake.h"
#include "first_run.h"
-#include "http_proxy_client.h"
-#include "thread_management.h"
#include "client_reverse_udp.h"
#include "server_check.h"
#include "client_initialization.h"
-#include "http_proxy_functions.h"
-#include "http_proxy_options_struct.h"
#include "client_shutdown.h"
#include "client_signals.h"
#include "usage.h"