freebsd-dev/lib/libfetch
Dag-Erling Smørgrav 962cf29525 If the A flag is supplied, http_request() will attempt the request only
once, even if authentication is required, instead of retrying with the
proper credentials.  Fix this by bumping the countdown if the origin or
proxy server requests authentication so that the initial unauthenticated
request does not count as an attempt.

PR:		148087
Submitted by:	Tom Evans <tevans.uk@googlemail.com>
MFC after:	2 weeks
2010-07-01 17:44:33 +00:00
..
common.c PR: 139751 2009-10-21 18:29:26 +00:00
common.h Add support for the NO_PROXY / no_proxy environment variable as used by 2007-12-18 11:03:07 +00:00
fetch.3 Document HTTP digest authentication support. 2010-01-26 15:06:22 +00:00
fetch.c 1. Update fetch to consistently return 1 on error, as the man page states, 2008-12-17 18:00:18 +00:00
fetch.h Add support for HTTP 1.1 If-Modified-Since behavior. 2008-12-15 08:27:44 +00:00
file.c Clean up namespace violations. 2007-12-14 10:26:58 +00:00
ftp.c Fix a socket leak in ftp_request() after that a connection is established. 2009-11-25 14:57:07 +00:00
ftp.errors
http.c If the A flag is supplied, http_request() will attempt the request only 2010-07-01 17:44:33 +00:00
http.errors
Makefile Add missing DPADD and fix whitespace. 2010-01-19 13:31:57 +00:00