| Index: net/tools/quic/quic_simple_server_bin.cc
|
| diff --git a/net/tools/quic/quic_simple_server_bin.cc b/net/tools/quic/quic_simple_server_bin.cc
|
| index 9187c9957dcdd236764cbef45a7e493fa0d6e3f8..abcea6d755ea4a2a861b37f6c9a8b92ed592ff5e 100644
|
| --- a/net/tools/quic/quic_simple_server_bin.cc
|
| +++ b/net/tools/quic/quic_simple_server_bin.cc
|
| @@ -87,7 +87,6 @@ int main(int argc, char* argv[]) {
|
| line->GetSwitchValuePath("key_file")),
|
| config, net::QuicCryptoServerConfig::ConfigOptions(),
|
| net::AllSupportedVersions());
|
| - server.SetStrikeRegisterNoStartupPeriod();
|
|
|
| int rc = server.Listen(net::IPEndPoint(ip, FLAGS_port));
|
| if (rc < 0) {
|
|
|