mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
connectdata: remove primary+secondary ip_quadruple
Since the content varies during connection setup and while doing it (eyeballing), remove these strcut from `connectdata` and replace use with querying the connection filters. Those keep that information already. Change the info logging of established connections to also give the local address and port. Closes #17960
This commit is contained in:
parent
450c00f983
commit
83da4d9d3b
13 changed files with 152 additions and 125 deletions
|
|
@ -72,7 +72,7 @@ static CURLcode cf_haproxy_date_out_set(struct Curl_cfilter*cf,
|
|||
CURLcode result;
|
||||
const char *client_ip;
|
||||
struct ip_quadruple ipquad;
|
||||
int is_ipv6;
|
||||
bool is_ipv6;
|
||||
|
||||
DEBUGASSERT(ctx);
|
||||
DEBUGASSERT(ctx->state == HAPROXY_INIT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue