| Index: sdk/lib/io/http.dart
|
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
|
| index c63d28bbce211b81f032f3128ae0a97a05ba9a6e..a9b4caec524533799068914e2777d395b46dac41 100644
|
| --- a/sdk/lib/io/http.dart
|
| +++ b/sdk/lib/io/http.dart
|
| @@ -109,7 +109,7 @@ abstract class HttpStatus {
|
| * Platform.script.resolve('certificates/server_key.pem')
|
| * .toFilePath();
|
| * context.useCertificateChain(chain);
|
| - * context.usePrivateKey(key, password: 'dartdart');
|
| + * context.usePrivateKeyBytes(keyBytes, password: 'dartdart');
|
| *
|
| * HttpServer
|
| * .bindSecure(InternetAddress.ANY_IP_V6,
|
|
|