Temporary fix for socket stream copy.
This commit is contained in:
parent
8f7a3ab27a
commit
c31f38f108
@ -57,7 +57,7 @@ const stream::size_type bufferedStreamCopy(inputStream& is, outputStream& os)
|
||||
const stream::size_type bufferedStreamCopy(inputStream& is, outputStream& os,
|
||||
const stream::size_type length, progressListener* progress)
|
||||
{
|
||||
stream::value_type buffer[65536];
|
||||
stream::value_type buffer[16384];
|
||||
stream::size_type total = 0;
|
||||
|
||||
if (progress != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user