зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b27a30a8fe
Коммит
baaf4bfeb4
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче