]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: switch to uint* types more widely
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Jan 2026 13:58:17 +0000 (14:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Jan 2026 21:35:06 +0000 (22:35 +0100)
commite3691612ea1acb28e77fee6b4b2b9da0ac2c8f8b
treef9d8f2b69e54087c515124ef9ba3e8f16d87c7f4
parent97a02fade635f823a46b9cfa5d4bd6608d245755
urldata: switch to uint* types more widely

In particular, it turns 'unsigned long' into 'uint32_t' since the code
needs to build and run just as fine on Windows which has 32 bit longs,
so we know the code works with 32 bit field versions.

This makes Curl_easy 56 bytes smaller on my 64 bit Linux (maximized
build).

Closes #20209
lib/http.c
lib/setopt.c
lib/urldata.h