test3214: allow a larger struct Curl_easy

In my local build it is now 5840 bytes. Add a 10 byte margin.

Closes #19932
This commit is contained in:
Daniel Stenberg 2025-12-11 09:11:45 +01:00
parent bfe6eb1c06
commit bb134bba29
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -41,7 +41,7 @@ static void checksize(const char *name, size_t size, size_t allowed)
}
/* the maximum sizes we allow specific structs to grow to */
#define MAX_CURL_EASY 5800
#define MAX_CURL_EASY 5850
#define MAX_CONNECTDATA 1300
#define MAX_CURL_MULTI 850
#define MAX_CURL_HTTPPOST 112