chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] fix setup-proxy to accept http URIs


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] fix setup-proxy to accept http URIs
Date: Sat, 16 Mar 2013 18:43:44 +0100
User-agent: Mutt/1.4.2.3i

On Sat, Mar 16, 2013 at 12:29:35PM +0100, Michele La Monaca wrote:
> Oddly and inconveniently enough, (setup-proxy uri) does not not accept
> well-formed URIs:
> 
> http_proxy=http://<IP>:<PORT>
> 
> (it accepts only the short form http_proxy=<IP>:<PORT>)

That's annoying indeed.  There isn't a proper standard for this, but
I think most modern programs allow full URIs (which is why I chose to
allow just full URIs for http-client).

Find a simplified and signed off version of your patch attached.

Thanks!

Cheers,
Peter
-- 
http://www.more-magic.net

Attachment: 0001-Fix-setup-proxy-to-accept-http-URIs.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]