url.c: restore mistaken comment change

Follow-up to d7a9f1ab15

Closes #20540
This commit is contained in:
Daniel Stenberg 2026-02-07 23:04:00 +01:00
parent 510fdad64d
commit aa0be708b9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -3234,8 +3234,8 @@ static void url_conn_reuse_adjust(struct Curl_easy *data,
* - we use a proxy (not tunneling). we want to send all requests
* that use the same proxy on this connection.
* - we have a "connect-to" setting that may redirect the hostname of
* a new request to the same remote endpoint of an conn conn.
* We want to reuse an conn conn to the remote endpoint.
* a new request to the same remote endpoint of an existing conn.
* We want to reuse an existing conn to the remote endpoint.
* Since connection reuse does not match on conn->host necessarily, we
* switch conn to needle's host settings.
*/