]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: remove 'local_ip' from the connectdata struct
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jan 2021 13:14:06 +0000 (14:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jan 2021 08:19:05 +0000 (09:19 +0100)
commitd6a37c23a3c4c24ce6ba925253740fae737f153e
tree3f1df0aaff66d255860faaa46ed61cfddf5f4d25
parent764c6bd3bf2e7a1f8bc33162ab77b667770f4f73
urldata: remove 'local_ip' from the connectdata struct

As the info is already stored in the transfer handle anyway, there's no
need to carry around a duplicate buffer for the life-time of the handle.

Closes #6534
lib/connect.c
lib/connect.h
lib/url.c
lib/urldata.h
lib/vquic/quiche.c