]> git.ipfire.org Git - thirdparty/curl.git/commit
cookie: remove unnecessary struct fields
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Sep 2023 21:28:32 +0000 (23:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Sep 2023 20:09:06 +0000 (22:09 +0200)
commit61275672b46d9abb3285740467b882e22ed75da8
tree1793aefaf464f5d417d06e77351072c32b8112fb
parent6f17656c205e5f1dea66b8ff65578525cf2b6f6b
cookie: remove unnecessary struct fields

Plus: reduce the hash table size from 256 to 63. It seems unlikely to
make much of a speed difference for most use cases but saves 1.5KB of
data per instance.

Closes #11862
lib/cookie.c
lib/cookie.h
lib/easy.c