]> git.ipfire.org Git - thirdparty/curl.git/commit
conn: eliminate `conn->now`
authorStefan Eissing <stefan@eissing.org>
Sat, 22 Mar 2025 10:22:22 +0000 (11:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Mar 2025 08:57:38 +0000 (09:57 +0100)
commitf68eae250badec34d5f070788d3fbd313ae46af5
treec3d66ff0c519563162a34e95b28b371d585c2380
parentec4e2cd15d2abad0c2ab1d8f169343de8bdce025
conn: eliminate `conn->now`

it was only used in pingpong.c to check if the overall transfer has
timed out and we do that with `Curl_timeleft()` in all other places.

Closes #16793
lib/pingpong.c
lib/url.c
lib/urldata.h