mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:43:31 +03:00
CURLOPT_TIMEVALUE.md try fix continue
This commit is contained in:
parent
d3eb325cdc
commit
062605a440
22 changed files with 22 additions and 22 deletions
|
|
@ -77,7 +77,7 @@ int main(void)
|
|||
This option was known as CURLOPT_POST301 up to 7.19.0 as it only supported the
|
||||
301 then. CURL_REDIR_POST_303 was added in 7.26.0.
|
||||
|
||||
CURL_REDIR_\* macros became `long` types in 8.16.0, prior to this version
|
||||
`CURL_REDIR_*` macros became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue