winhttp: Double the size of the internal read buffer.

This commit is contained in:
Hans Leidekker 2014-12-09 12:49:02 +01:00 committed by Alexandre Julliard
parent 2b6dacfdbe
commit cd7806b223

View File

@ -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;