Bug 869208 - Increase the buffer size we're using to deliver network streams to OOPP plugins, r=aklotz

--HG--
extra : rebase_source : 5be95b5e0d48b6429f5cd868432b2633a83d9800
This commit is contained in:
Benjamin Smedberg 2015-01-06 12:40:15 -05:00
parent 93ce88585b
commit 4f6bfb0319

View File

@ -13,7 +13,7 @@
// How much data are we willing to send across the wire
// in one chunk?
static const int32_t kSendDataChunk = 0x4000;
static const int32_t kSendDataChunk = 0xffff;
namespace mozilla {
namespace plugins {