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

This commit is contained in:
Benjamin Smedberg
2015-01-06 12:40:15 -05:00
parent 6c011e1b5d
commit 5fc8ebacde

View File

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