eliminating the bad will word

This commit is contained in:
Stefan Eissing 2025-06-13 13:07:40 +02:00
parent 007f8b8f6b
commit f1a8c06f62
No known key found for this signature in database

View file

@ -31,8 +31,8 @@ Pass a long for **value**. The set number determines how the multi
handle should adapt to a change in the network.
`1`: do not reuse any existing connection in the multi's connection cache.
This will close all connections that are not in use. Ongoing transfers
will continue on the connections they operate on.
This closes all connections that are not in use. Ongoing transfers
continue on the connections they operate on.
`2`: in addition to `1` also clear the multi's DNS cache.