| Index: net/tools/quic/quic_server.cc
|
| diff --git a/net/tools/quic/quic_server.cc b/net/tools/quic/quic_server.cc
|
| index 779f62c4565ec8f8441a2811f4adf3486a652ead..7635b535ae049bbb9384dcd4f809118d59c1a9c4 100644
|
| --- a/net/tools/quic/quic_server.cc
|
| +++ b/net/tools/quic/quic_server.cc
|
| @@ -72,10 +72,6 @@ void QuicServer::Initialize() {
|
| // sensible value for a server: 1 MB for session, 64 KB for each stream.
|
| const uint32 kInitialSessionFlowControlWindow = 1 * 1024 * 1024; // 1 MB
|
| const uint32 kInitialStreamFlowControlWindow = 64 * 1024; // 64 KB
|
| - if (config_.GetInitialFlowControlWindowToSend() ==
|
| - kMinimumFlowControlSendWindow) {
|
| - config_.SetInitialFlowControlWindowToSend(kInitialSessionFlowControlWindow);
|
| - }
|
| if (config_.GetInitialStreamFlowControlWindowToSend() ==
|
| kMinimumFlowControlSendWindow) {
|
| config_.SetInitialStreamFlowControlWindowToSend(
|
|
|