| Index: tests/standalone/io/http_shutdown_test.dart
|
| diff --git a/tests/standalone/io/http_shutdown_test.dart b/tests/standalone/io/http_shutdown_test.dart
|
| index dd5b622e619a8ad4c6b280f1bc99118dc07139c8..f00468bdeff917a952498733324deb457b9775b2 100644
|
| --- a/tests/standalone/io/http_shutdown_test.dart
|
| +++ b/tests/standalone/io/http_shutdown_test.dart
|
| @@ -162,6 +162,7 @@ void test5(int totalConnections) {
|
| // close the client and wait for the server to lose all active
|
| // connections.
|
| var client= new HttpClient();
|
| + client.maxConnectionsPerHost = totalConnections;
|
| for (int i = 0; i < totalConnections; i++) {
|
| client.post("127.0.0.1", server.port, "/")
|
| .then((request) {
|
|
|