cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: NO_PROXY as an option for curl_easy_setopt

From: A. Craig West <acraigwest_at_gmail.com>
Date: Sun, 25 Jan 2009 14:41:54 -0500

I seem to like replying to myself... I found one minor issue with the
patch, in the MANUAL file, I gave the incorrect syntax for the
--noproxy option. Where I said:
        curl --noproxy=localhost,get.this -x my-proxy:888 http://www.get.this/
I should have said:
        curl --noproxy localhost,get.this -x my-proxy:888 http://www.get.this/

I have also added the noproxy option to the man page.

-Craig

Received on 2009-01-25