On Thu, Jun 25, 2009 at 07:38:30PM -0500, Mike Gerdts wrote:
> On Tue, Jun 23, 2009 at 3:34 PM, <[email protected]> wrote:
> > Folks,
> > For a while, our transport system has not really been adequate to
> > address all of the goals for the pkg project. ?The python libraries that
> > we have been using are capabable for basic functionality, but fall flat
> > when we try to perform more complicated or performant network
> > operations.
> >
> > The following webrev converts our transport from using the
> > urllib/httplib in python to PyCurl, which is based upon libcurl.
> >
> > ? ? ? ?http://cr.opensolaris.org/~johansen/webrev-xport-1/
> >
> > Comments welcome.
> 
> How does this affect https_proxy?

Libcurl will still respect https_proxy, if you have this set in your
environment.  I double-checked the code in libcurl 7.19.2. It calls
getenv(3C) "<proto>_proxy" to check for proxies on all of the protocols
that it knows about.

-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to