| Index: ios/net/crn_http_protocol_handler.mm
|
| diff --git a/ios/net/crn_http_protocol_handler.mm b/ios/net/crn_http_protocol_handler.mm
|
| index 81617f7801d3b911b73b898905e43bdc994b4b13..1ee2f78557b364309acb5da04da24f8a13b3b0ad 100644
|
| --- a/ios/net/crn_http_protocol_handler.mm
|
| +++ b/ios/net/crn_http_protocol_handler.mm
|
| @@ -51,7 +51,7 @@ class HttpProtocolHandlerCore;
|
| namespace {
|
|
|
| // Size of the buffer used to read the net::URLRequest.
|
| -const int kIOBufferSize = 4096;
|
| +const int kIOBufferSize = 64 * 1024;
|
|
|
| // Global instance of the HTTPProtocolHandlerDelegate.
|
| net::HTTPProtocolHandlerDelegate* g_protocol_handler_delegate = nullptr;
|
|
|