]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: shrink *select_bits int => unsigned char
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Apr 2023 16:04:46 +0000 (18:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Apr 2023 21:36:45 +0000 (23:36 +0200)
commit65f03e507f7eece690a0e6a05ab6f0408dbcbcb2
tree815aa82a8f789e2acdd0be94d592401b85b32b02
parentacd82c8bfd743d0f743a1c1296890738832ac83e
urldata: shrink *select_bits int => unsigned char

- dselect_bits
- cselect_bits

... are using less than 8 bits. Changed types and moved them towards
the end of the structs to fit better.

Closes #11025
lib/http2.c
lib/multi.c
lib/urldata.h
lib/vquic/curl_msh3.c
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_quiche.c