1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

sws: allow HTTP requests up to 2MB in size

To allow tests with slightly larger payloads. Like #7071 ...

Closes #7075
This commit is contained in:
Daniel Stenberg 2021-05-15 23:59:29 +02:00
parent 8d13ab4c61
commit 030d539164
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -81,8 +81,7 @@ static bool use_gopher = FALSE;
static int serverlogslocked = 0;
static bool is_proxy = FALSE;
#define REQBUFSIZ 150000
#define REQBUFSIZ_TXT "149999"
#define REQBUFSIZ (2*1024*1024)
static long prevtestno = -1; /* previous test number we served */
static long prevpartno = -1; /* previous part number we served */