mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05: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
@ -33,7 +33,7 @@ HTTP server suggesets the client should wait until the next request is
|
|||||||
issued. The information from the "Retry-After:" header.
|
issued. The information from the "Retry-After:" header.
|
||||||
|
|
||||||
While the HTTP header might contain a fixed date string, the
|
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.
|
or zero if there was no header or the header couldn't be parsed.
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
Returns zero delay if there was no header.
|
Returns zero delay if there was no header.
|
||||||
|
Loading…
Reference in New Issue
Block a user