mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
GHA: add a job scanning for "bad words" in markdown
This means words, phrases or things we have decided not to use - words that are spelled right according to the dictionary but we want to avoid. In the name of consistency and better documentation. Closes #12764
This commit is contained in:
parent
2620aa930b
commit
e5000e797f
93 changed files with 530 additions and 348 deletions
|
|
@ -61,9 +61,9 @@ If you issue a POST request and then want to make a HEAD or GET using the same
|
|||
reused handle, you must explicitly set the new request type using
|
||||
CURLOPT_NOBODY(3) or CURLOPT_HTTPGET(3) or similar.
|
||||
|
||||
When setting CURLOPT_POST(3) to 0, libcurl resets the request type to
|
||||
the default to disable the POST. Typically that would mean it's reset to GET.
|
||||
Instead you should set a new request type explicitly as described above.
|
||||
When setting CURLOPT_POST(3) to 0, libcurl resets the request type to the
|
||||
default to disable the POST. Typically that means gets reset to GET. Instead
|
||||
you should set a new request type explicitly as described above.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue