]> granicus.if.org Git - curl/commitdiff
CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS case
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Jun 2017 22:59:10 +0000 (00:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Jun 2017 22:59:10 +0000 (00:59 +0200)
... supported since 7.54.1

docs/libcurl/opts/CURLINFO_REDIRECT_URL.3

index 95bd9b44a1f092ad88629436f47e21f0528c8205..f4f882e5be23d0daf8b9fb362a8da0ea49e6b351 100644 (file)
@@ -33,6 +33,9 @@ take you to if you would enable \fICURLOPT_FOLLOWLOCATION(3)\fP. This can come
 very handy if you think using the built-in libcurl redirect logic isn't good
 enough for you but you would still prefer to avoid implementing all the magic
 of figuring out the new URL.
+
+This URL is also set if the \fICURLOPT_MAXREDIRS(3)\fP limit prevented a
+redirect to happen (since 7.54.1).
 .SH PROTOCOLS
 HTTP(S)
 .SH EXAMPLE