]> git.ipfire.org Git - thirdparty/curl.git/commit
url.c: code/comment cleanup around conn creation
authorStefan Eissing <stefan@eissing.org>
Wed, 28 Jan 2026 16:20:57 +0000 (17:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2026 16:21:53 +0000 (17:21 +0100)
commitd7a9f1ab15e48a08fe2e927caabefaa09600d445
tree56e69211fc022177a5dc9a4321d492527bc06f11
parent161be3085494b42e7904c3a74419a4dcace3c0d3
url.c: code/comment cleanup around conn creation

Several comments were outdated and parameters to create_conn() and
ConnectionExists() were not needed. Give functions better names and
consistently use terms `needle` and `conn`.

No functional change.

Closes #20464
lib/url.c