diff options
| author | Joshua Judson Rosen | 2015-02-17 00:37:08 -0500 | 
|---|---|---|
| committer | Joshua Judson Rosen | 2015-02-17 00:37:08 -0500 | 
| commit | 714aebccbd7a4ab6ec0964d4580efd49171ba140 (patch) | |
| tree | e71ac66a95848b1c0e8f47ea7d3df0e54c052d48 /src/afclient.h | |
| parent | Nix mysleep(). (diff) | |
| download | apf-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.h | 4 | 
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" | 
