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:
parent
8d13ab4c61
commit
030d539164
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user