mirror of
https://github.com/curl/curl.git
synced 2026-04-27 02:52:16 +03:00
write-out.d: Clarify urlnum is not unique for de-globbed URLs
Reported-by: Коваленко Анатолий Викторович Fixes https://github.com/curl/curl/issues/7342 Closes https://github.com/curl/curl/pull/7369
This commit is contained in:
parent
4e5a91b6aa
commit
5d3c409098
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ The total time, in seconds, that the full operation lasted.
|
|||
The URL that was fetched. (Added in 7.75.0)
|
||||
.TP
|
||||
.B urlnum
|
||||
The URL index number of this transfer, 0-indexed. (Added in 7.75.0)
|
||||
The URL index number of this transfer, 0-indexed. De-globbed URLs share the
|
||||
same index number as the origin globbed URL. (Added in 7.75.0)
|
||||
.TP
|
||||
.B url_effective
|
||||
The URL that was fetched last. This is most meaningful if you've told curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue