diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-23 10:32:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-23 23:27:58 +0200 |
commit | bba59073c52e6dd00ddc18e0e40d1f7dfc1c9315 (patch) | |
tree | 975b55b3373139d9120f6f23a0217bbeefe36891 /docs | |
parent | 48f2a96a609aec535736a7fe202163fdb2a99fd5 (diff) |
redirect: store the "would redirect to" URL when max redirs is reached
Test 1261 added to verify.
Reported-by: Lloyd Fournier
Fixes #1489
Closes #1497
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmdline-opts/write-out.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index 394151f31..3747845cc 100644 --- a/docs/cmdline-opts/write-out.d +++ b/docs/cmdline-opts/write-out.d @@ -65,9 +65,9 @@ The result of the HTTPS proxy's SSL peer certificate verification that was requested. 0 means the verification was successful. (Added in 7.52.0) .TP .B redirect_url -When an HTTP request was made without --location to follow redirects, this -variable will show the actual URL a redirect \fIwould\fP take you to. (Added -in 7.18.2) +When an HTTP request was made without --location to follow redirects (or when +--max-redir is met), this variable will show the actual URL a redirect +\fIwould\fP have gone to. (Added in 7.18.2) .TP .B remote_ip The remote IP address of the most recently done connection - can be either |