From f1a8c06f620c3ee4acb68bd80f54c4c007c33499 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 13 Jun 2025 13:07:40 +0200 Subject: [PATCH] eliminating the bad will word --- docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md b/docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md index 296bcd4c72..8cdf38baf3 100644 --- a/docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md +++ b/docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md @@ -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.