Index: net/quic/crypto/quic_crypto_client_config.cc |
=================================================================== |
--- net/quic/crypto/quic_crypto_client_config.cc (revision 250874) |
+++ net/quic/crypto/quic_crypto_client_config.cc (working copy) |
@@ -610,11 +610,6 @@ |
// TODO(agl): |
// learn about updated SCFGs. |
- StringPiece address; |
- if (server_hello.GetStringPiece(kCADR, &address)) { |
- out_params->client_address.assign(address.data(), address.size()); |
- } |
- |
StringPiece public_value; |
if (!server_hello.GetStringPiece(kPUBS, &public_value)) { |
*error_details = "server hello missing forward secure public value"; |