| 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 a82413eee3f7b1accd3e5f16c3d5302efd1e818c..3826a5efb50552811da76677507fef144a9c4bf2 100644
|
| --- a/tests/standalone/io/http_10_test.dart
|
| +++ b/tests/standalone/io/http_10_test.dart
|
| @@ -50,7 +50,6 @@ void testHttp10NoKeepAlive() {
|
| count++;
|
| socket.destroy();
|
| String s = new String.fromCharCodes(response).toLowerCase();
|
| - Expect.isTrue(s.indexOf("\r\ncontent-length: 1\r\n") > 0);
|
| Expect.equals(-1, s.indexOf("keep-alive"));
|
| if (count < 10) {
|
| makeRequest();
|
|
|