| Index: tests/standalone/io/http_10_test.dart
|
| diff --git a/tests/standalone/io/http_10_test.dart b/tests/standalone/io/http_10_test.dart
|
| index fb53de0d48a2c537c19806ed980fb13b54688216..a82413eee3f7b1accd3e5f16c3d5302efd1e818c 100644
|
| --- a/tests/standalone/io/http_10_test.dart
|
| +++ b/tests/standalone/io/http_10_test.dart
|
| @@ -128,6 +128,7 @@ void testHttp10KeepAlive() {
|
| Expect.equals(-1, request.contentLength);
|
| var response = request.response;
|
| response.contentLength = 1;
|
| + response.persistentConnection = true;
|
| Expect.equals("1.0", request.protocolVersion);
|
| response.write("Z");
|
| response.close();
|
|
|