From b4884d15e216ecf4e91a3de3abe721ffabab555e Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 29 Oct 2012 04:16:52 +0000 Subject: MFC r241840: Don't deny non-temporary redirects if the -A option is set (per the man page) [0] While here add support for draft-reschke-http-status-308-07 PR: 172451 [0] Approved by: cperciva (implicit) --- lib/libfetch/http.errors | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libfetch/http.errors') diff --git a/lib/libfetch/http.errors b/lib/libfetch/http.errors index 1f38574d463a..e5389fefcc56 100644 --- a/lib/libfetch/http.errors +++ b/lib/libfetch/http.errors @@ -18,6 +18,7 @@ 304 OK Not Modified 305 INFO Use Proxy 307 MOVED Temporary Redirect +308 MOVED Permanent Redirect 400 PROTO Bad Request 401 AUTH Unauthorized 402 AUTH Payment Required -- cgit v1.3