Date: Thu, 1 Jul 2010 17:44:33 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libfetch http.c Message-ID: <201007011744.o61HiuRF052466@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2010-07-01 17:44:33 UTC FreeBSD src repository Modified files: lib/libfetch http.c Log: SVN rev 209632 on 2010-07-01 17:44:33Z by des 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 Revision Changes Path 1.88 +4 -2 src/lib/libfetch/http.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007011744.o61HiuRF052466>