[Midnightbsd-cvs] src [6663] trunk/lib/libfetch/http.c: increase max redirects to follow
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 12 22:01:38 EDT 2014
Revision: 6663
http://svnweb.midnightbsd.org/src/?rev=6663
Author: laffer1
Date: 2014-06-12 22:01:38 -0400 (Thu, 12 Jun 2014)
Log Message:
-----------
increase max redirects to follow
Modified Paths:
--------------
trunk/lib/libfetch/http.c
Modified: trunk/lib/libfetch/http.c
===================================================================
--- trunk/lib/libfetch/http.c 2014-06-13 01:55:47 UTC (rev 6662)
+++ trunk/lib/libfetch/http.c 2014-06-13 02:01:38 UTC (rev 6663)
@@ -86,7 +86,7 @@
#include "httperr.h"
/* Maximum number of redirects to follow */
-#define MAX_REDIRECT 5
+#define MAX_REDIRECT 20
/* Symbolic names for reply codes we care about */
#define HTTP_OK 200
More information about the Midnightbsd-cvs
mailing list