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

2013-03-16 Thread Michele La Monaca
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)

Regards,
Michele


0001-fix-setup-proxy-to-accept-http-URIs.patch
Description: Binary data
___
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers


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

2013-03-16 Thread Jim Ursetto
Pushed.

On Mar 16, 2013, at 12:43 PM, Peter Bex wrote:

 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
 0001-Fix-setup-proxy-to-accept-http-URIs.patch___
 Chicken-hackers mailing list
 Chicken-hackers@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-hackers


___
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers