]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: reduce use of data->conn->
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Oct 2025 15:40:18 +0000 (17:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Oct 2025 06:03:29 +0000 (08:03 +0200)
commitae5fb4188deac102ee8d2b7cdd192f06340b04f0
tree8f1087d47ba50551f0e6b1ec9d6f4b944b51ad86
parent9441127394a697412f826c737b4e6e53bbc1a1c4
lib: reduce use of data->conn->

If there are more than two of them in a function, use a local 'conn'
variable instead.

Closes #19063
lib/cfilters.c
lib/connect.c
lib/http.c
lib/multi.c
lib/vssh/libssh.c
lib/vssh/libssh2.c