]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: move smaller fields down in connectdata struct
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2022 12:41:01 +0000 (14:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2022 17:57:49 +0000 (19:57 +0200)
commit15f7feac22583bbfdf56eb263c8d0374c0f6da29
tree0b2eaa96438b07726228b211c1a1f193f19e89ab
parentca528d1de7936dccdc6749e0e89a70307df5957d
urldata: move smaller fields down in connectdata struct

By (almost) sorting the struct fields in connectdata in a decending size
order, having the single char ones last, we reduce the number of holes
in the struct and thus the amount of storage needed.

Closes #9280
lib/urldata.h