summaryrefslogtreecommitdiff
path: root/src/connect_client_struct.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/connect_client_struct.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/connect_client_struct.h')
-rw-r--r--src/connect_client_struct.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connect_client_struct.h b/src/connect_client_struct.h
index 9cf2e6d..9f598be 100644
--- a/src/connect_client_struct.h
+++ b/src/connect_client_struct.h
@@ -37,8 +37,6 @@
#define CONNECTCLIENT_TUNNELTYPE_UNKNOWN -1
#define CONNECTCLIENT_TUNNELTYPE_DIRECT 0
-#define CONNECTCLIENT_TUNNELTYPE_HTTPPROXY 1
-#define CONNECTCLIENT_TUNNELTYPE_HTTPSPROXY 2
#define CONNECTCLIENT_MULTI_ENABLED 1
#define CONNECTCLIENT_MULTI_DISABLED 0