cvs commit: src/lib/libfetch http.c
Dag-Erling Smorgrav
des at FreeBSD.org
Wed Aug 24 12:28:06 GMT 2005
des 2005-08-24 12:28:05 UTC
FreeBSD src repository
Modified files:
lib/libfetch http.c
Log:
Ignore HTTP_PROXY if it is defined but empty. This was already handled
correctly in the case of FTP_PROXY, because an empty FTP_PROXY has a
specific meaning ("don't use any proxy at all for ftp, even if HTTP_PROXY
is defined"), while an empty HTTP_PROXY has no meaning at all.
PR: bin/85185
Submitted by: Conall O'Brien <conallob=freebsd at maths.tcd.ie>
MFC after: 2 weeks
Revision Changes Path
1.77 +1 -1 src/lib/libfetch/http.c
More information about the cvs-src
mailing list