[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: PATCH: using the env-var http_proxy

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2001-12-21 21:49:15 CET

cmpilato@collab.net writes:
> If you want the command-line client to read the HTTP_PROXY environment
> variable, that's fine. Just stick the parse results in the above
> optstate_t fields, and make sure that passing the values as
> command-line options always overrides the getenv() findings.

Note that the client also should not be using getenv() directly --
probably that belongs in the portability layer, APR. Don't know if
APR has a getenv()-like feature, but it shouldn't be hard to add if
not.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.