From 32d1e1014ff45f4955ee0315b10b81eea117a8c2 Mon Sep 17 00:00:00 2001 From: bertrand Date: Mon, 14 Jan 2002 01:12:44 +0000 Subject: Changed the proxy protocol to http_proxy. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4146 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpdemux/network.c') diff --git a/libmpdemux/network.c b/libmpdemux/network.c index 62dffee360..ecd22acd92 100644 --- a/libmpdemux/network.c +++ b/libmpdemux/network.c @@ -184,7 +184,7 @@ http_send_request( URL_t *url ) { http_hdr = http_new_header(); - if( !strcasecmp(url->protocol, "proxy") ) { + if( !strcasecmp(url->protocol, "http_proxy") ) { proxy = 1; server_url = url_new( (url->file)+1 ); http_set_uri( http_hdr, server_url->url ); @@ -325,7 +325,7 @@ extension=NULL; } // HTTP based protocol - if( !strcasecmp(url->protocol, "http") || !strcasecmp(url->protocol, "proxy") ) { + if( !strcasecmp(url->protocol, "http") || !strcasecmp(url->protocol, "http_proxy") ) { //if( url->port==0 ) url->port = 80; fd = http_send_request( url ); -- cgit v1.2.3