]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: remove unused struct fields, made more conditional
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Dec 2022 22:25:34 +0000 (23:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Dec 2022 07:45:05 +0000 (08:45 +0100)
commitdb07301fbbaec96ace66aafae05d06e392170b3e
tree8043572b69ff7944717cd7736b415c11ad4e6ec1
parentf4883ba9663a8f74c6b3acd93bba107adfd15340
urldata: remove unused struct fields, made more conditional

- source_quote, source_prequote and source_postquote have not been used since
  5e0d9aea3; September 2006

- make several fields conditional on proxy support

- make three quote struct fields conditional on FTP || SSH

- make 'mime_options' depend on MIME

- make trailer_* fields depend on HTTP

- change 'gssapi_delegation' from long to unsigned char

- make 'localportrange' unsigned short instead of int

- conn->trailer now depends on HTTP

Closes #10147
lib/setopt.c
lib/url.c
lib/urldata.h