Chromium Code Reviews| Index: sdk/lib/io/http_impl.dart |
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart |
| index 2b2bb8675ef4e948d3d9f04c7b3caa9e5bc0753f..2bae836ecbd2d7c37c4dae8181e87299b13e841d 100644 |
| --- a/sdk/lib/io/http_impl.dart |
| +++ b/sdk/lib/io/http_impl.dart |
| @@ -1636,7 +1636,6 @@ class _ConnectionTarget { |
| ? SecureSocket.connect(host, |
| port, |
| context: context, |
| - sendClientCertificate: true, |
| onBadCertificate: callback) |
| : Socket.connect(host, port)); |
| _connecting++; |