Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #260097

Category None
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Fri 06 Mar 2026 22:40:29
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision bfb79de206ef710641ff750994bf786b905ee0d3

Comments

urldata: byebye `conn->hostname_resolve`

The strdup() of the hostname to resolve is unnecessary as the sync
resolve code does not keep the string and the async code makes copies
already.

Remove the member from `connectdata`.

Closes #20833

Changed files