| Index: sdk/lib/io/secure_socket.dart
|
| diff --git a/sdk/lib/io/secure_socket.dart b/sdk/lib/io/secure_socket.dart
|
| index 7f2e8cccfb6a621b12da4f3288750b2bc53d08a0..67bd6553f9ba0165bdf7a05d9fd541b63bba1377 100644
|
| --- a/sdk/lib/io/secure_socket.dart
|
| +++ b/sdk/lib/io/secure_socket.dart
|
| @@ -58,8 +58,6 @@ abstract class SecureSocket implements Socket {
|
| * `pause` on this subscription before starting TLS handshake is
|
| * the right thing to do.
|
| *
|
| - * The given [socket] is closed and may not be used anymore.
|
| - *
|
| * If the [host] argument is passed it will be used as the host name
|
| * for the TLS handshake. If [host] is not passed the host name from
|
| * the [socket] will be used. The [host] can be either a [String] or
|
|
|