mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:33:31 +03:00
cleanup: fix typos and wording in docs and comments
Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson
This commit is contained in:
parent
6ef123522a
commit
4b6fd29f1a
15 changed files with 24 additions and 24 deletions
|
|
@ -151,7 +151,7 @@ problems may have been fixed or changed somewhat since this was written!
|
|||
1.6 Unnecessary close when 401 received waiting for 100
|
||||
|
||||
libcurl closes the connection if an HTTP 401 reply is received while it is
|
||||
waiting for the the 100-continue response.
|
||||
waiting for the 100-continue response.
|
||||
https://curl.haxx.se/mail/lib-2008-08/0462.html
|
||||
|
||||
1.7 Deflate error after all content was received
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ Specify a "" file name (zero length) to avoid loading/saving and make curl
|
|||
just handle the cache in memory.
|
||||
|
||||
If this option is used several times, curl will load contents from all the
|
||||
files but the the last one will be used for saving.
|
||||
files but the last one will be used for saving.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue