| Index: sdk/lib/io/http.dart
|
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
|
| index 99f3f104efb5eaff60a8cd615e5d6bb4bfe5f2c8..406af673cef2fe8576bfdd13fe0aa3dfb9b1e0bf 100644
|
| --- a/sdk/lib/io/http.dart
|
| +++ b/sdk/lib/io/http.dart
|
| @@ -108,7 +108,7 @@ abstract class HttpStatus {
|
| * var key =
|
| * Platform.script.resolve('certificates/server_key.pem')
|
| * .toFilePath();
|
| - * context.useCertificateChain(chain);
|
| + * await context.useCertificateChain(chain);
|
| * await context.usePrivateKey(key, password: 'dartdart');
|
| *
|
| * HttpServer
|
|
|