mirror of
https://github.com/curl/curl.git
synced 2026-05-30 15:17:27 +03:00
docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always
Reviewed-by: Steve Holme Closes #5005
This commit is contained in:
parent
1d421de9a1
commit
5b46790f11
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ HTTP server suggesets the client should wait until the next request is
|
|||
issued. The information from the "Retry-After:" header.
|
||||
|
||||
While the HTTP header might contain a fixed date string, the
|
||||
\fICURLINFO_RETRY_AFTER(3)\fP will alwaus return number of seconds to wait -
|
||||
\fICURLINFO_RETRY_AFTER(3)\fP will always return number of seconds to wait -
|
||||
or zero if there was no header or the header couldn't be parsed.
|
||||
.SH DEFAULT
|
||||
Returns zero delay if there was no header.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue