mirror of
https://github.com/curl/curl.git
synced 2026-04-21 21:32:11 +03: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
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue