mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:03:06 +03:00
docs: fixed a bunch of typos
This commit is contained in:
parent
61591eee68
commit
ca7d1de69c
13 changed files with 36 additions and 36 deletions
|
|
@ -300,7 +300,7 @@ Persistent Connections
|
|||
o When libcurl is told to perform a transfer, it first checks for an already
|
||||
existing connection in the cache that we can use. Otherwise it creates a
|
||||
new one and adds that the cache. If the cache is full already when a new
|
||||
conncetion is added added, it will first close the oldest unused one.
|
||||
connection is added added, it will first close the oldest unused one.
|
||||
o When the transfer operation is complete, the connection is left
|
||||
open. Particular options may tell libcurl not to, and protocols may signal
|
||||
closure on connections and then they won't be kept open of course.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue