зеркало из https://github.com/mozilla/gecko-dev.git
Bug 563361 - Increase the maximum chunk size for delivering stream data to a plugin so that poorly-written Flash which assume stuff about streams don't break, r=bent
This commit is contained in:
Родитель
78c8d3b945
Коммит
6bef02ab89
|
@ -7,7 +7,7 @@
|
|||
|
||||
// How much data are we willing to send across the wire
|
||||
// in one chunk?
|
||||
static const int32_t kSendDataChunk = 0x1000;
|
||||
static const int32_t kSendDataChunk = 0x4000;
|
||||
|
||||
namespace mozilla {
|
||||
namespace plugins {
|
||||
|
|
Загрузка…
Ссылка в новой задаче