Bug 869208 - Increase the buffer size we're using to deliver network streams to OOPP plugins, r=aklotz
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user