From 714aebccbd7a4ab6ec0964d4580efd49171ba140 Mon Sep 17 00:00:00 2001 From: Joshua Judson Rosen Date: Tue, 17 Feb 2015 00:37:08 -0500 Subject: 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. --- src/http_proxy_client.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/http_proxy_client.h (limited to 'src/http_proxy_client.h') diff --git a/src/http_proxy_client.h b/src/http_proxy_client.h deleted file mode 100644 index 15506c7..0000000 --- a/src/http_proxy_client.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * active port forwarder - software for secure forwarding - * Copyright (C) 2003-2007 jeremian - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - */ - -#include "http_proxy_options_struct.h" -#include "client_realm_struct.h" - -#ifndef _JS_HTTP_PROXY_CLIENT_H -#define _JS_HTTP_PROXY_CLIENT_H - -int initialize_http_proxy_client(int* sockfd, ClientRealm* cr, SSL_CTX* ctx); - -#endif -- cgit v1.1