| Index: net/tools/quic/quic_client.cc
|
| diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc
|
| index e70d8b845f3ad16ef644216cd07232a6c53280aa..7b2c9941d25ffd5d4f753ab1d7c9c640de4a3f14 100644
|
| --- a/net/tools/quic/quic_client.cc
|
| +++ b/net/tools/quic/quic_client.cc
|
| @@ -49,7 +49,6 @@ QuicClient::QuicClient(IPEndPoint server_address,
|
| overflow_supported_(false),
|
| supported_versions_(supported_versions),
|
| print_response_(print_response) {
|
| - config_.SetDefaults();
|
| }
|
|
|
| QuicClient::QuicClient(IPEndPoint server_address,
|
| @@ -86,7 +85,6 @@ bool QuicClient::Initialize() {
|
| DCHECK(!initialized_);
|
|
|
| epoll_server_->set_timeout_in_us(50 * 1000);
|
| - crypto_config_.SetDefaults();
|
|
|
| if (!CreateUDPSocket()) {
|
| return false;
|
|
|