| Index: lib/io/http.dart
|
| diff --git a/lib/io/http.dart b/lib/io/http.dart
|
| index 9418bba529ca2c2d8e34241cb68e19f2a977e654..79d16af00d8d3a0efc5bd4b63975e7197c65623c 100644
|
| --- a/lib/io/http.dart
|
| +++ b/lib/io/http.dart
|
| @@ -66,7 +66,7 @@ abstract class HttpServer {
|
| * setup. See [addRequestHandler] and [defaultRequestHandler] for
|
| * information on how incoming HTTP requests are handled.
|
| */
|
| - void listen(String host, int port, [int backlog]);
|
| + void listen(String host, int port, {int backlog: 128});
|
|
|
| /**
|
| * Attach the HTTP server to an existing [:ServerSocket:]. If the
|
|
|