summaryrefslogtreecommitdiff
path: root/src/afserver.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/afserver.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/afserver.h')
-rw-r--r--src/afserver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afserver.h b/src/afserver.h
index bc23e75..85bd03f 100644
--- a/src/afserver.h
+++ b/src/afserver.h
@@ -34,8 +34,6 @@
#include "clientnames.h"
#include "usernames.h"
#include "server_get.h"
-#include "http_proxy_server.h"
-#include "thread_management.h"
#include "server_signals.h"
#include "usage.h"
#include "logging.h"