]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: make 'buffer_size' an unsigned int
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jul 2022 17:41:52 +0000 (19:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jul 2022 21:03:44 +0000 (23:03 +0200)
commit3fa343a35c9d65ebbcad5d028bbd6f14cde1af00
tree374e0fa291517f011fc07bae2a3d3d3beae0b72c
parentcb17b12b017af8dbeed9664b15ceb85391ac71a9
urldata: make 'buffer_size' an unsigned int

It is already capped at READBUFFER_MAX which fits easily in 32 bits.

Closes #9098
lib/pingpong.c
lib/setopt.c
lib/urldata.h
lib/vtls/vtls.c