]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: remove fields not used depending on used features
authorMAntoniak <47522782+MAntoniak@users.noreply.github.com>
Mon, 25 Mar 2024 23:19:23 +0000 (00:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Apr 2024 14:06:22 +0000 (16:06 +0200)
commitf46385d36df3bca747d830efea8aabf4c328221f
treeced96cc52b9a0148dc9c44e57adb32f04c5afb08
parent11d27cf341972f3e901ecc12dbfe543cbcf569ef
urldata: remove fields not used depending on used features

Reduced size of dynamically_allocated_data structure.

Reduced number of stored values in enum dupstring and enum dupblob. This
affects the reduced array placed in the UserDefined structure.

Closes #13188
14 files changed:
lib/c-hyper.c
lib/getinfo.c
lib/http.c
lib/http_negotiate.c
lib/rtsp.c
lib/setopt.c
lib/transfer.c
lib/url.c
lib/urldata.h
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/openssl.c
lib/vtls/schannel.c
lib/vtls/wolfssl.c