winhttp: Double the size of the internal read buffer.
This commit is contained in:
parent
2b6dacfdbe
commit
cd7806b223
@ -194,7 +194,7 @@ typedef struct
|
||||
BOOL read_chunked_size; /* chunk size remaining */
|
||||
DWORD read_pos; /* current read position in read_buf */
|
||||
DWORD read_size; /* valid data size in read_buf */
|
||||
char read_buf[4096]; /* buffer for already read but not returned data */
|
||||
char read_buf[8192]; /* buffer for already read but not returned data */
|
||||
header_t *headers;
|
||||
DWORD num_headers;
|
||||
WCHAR **accept_types;
|
||||
|
Loading…
x
Reference in New Issue
Block a user