]> git.ipfire.org Git - thirdparty/curl.git/commit
sendf: fix build for Linux TCP fastopen
authorJay Satiro <raysatiro@yahoo.com>
Fri, 6 Jan 2023 19:00:59 +0000 (14:00 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 8 Jan 2023 08:32:06 +0000 (03:32 -0500)
commit260fea215adf0cffed91fb9cb331e163431ebc5b
tree672cc1842dbfc1849ba88216f250b7bda98dc03b
parent91576eba575858fc62f8add163824b3a3fc1e571
sendf: fix build for Linux TCP fastopen

- Fix the remote addr struct dereference.

- Include cf-socket.h in urldata.h.

Follow-up to 6a8d7ef9 which changed conn->ipaddr (Curl_addrinfo* )
member to conn->remote_addr (Curl_sockaddr_ex *) several days ago.

Reported-by: Stephan Guilloux
Fixes https://github.com/curl/curl/issues/10249
Closes https://github.com/curl/curl/pull/10250
lib/sendf.c
lib/urldata.h