Chromium Code Reviews| Index: runtime/bin/http_impl.dart |
| =================================================================== |
| --- runtime/bin/http_impl.dart (revision 13683) |
| +++ runtime/bin/http_impl.dart (working copy) |
| @@ -1127,7 +1127,7 @@ |
| return _requestOrResponse._streamAvailable(); |
| } |
| - void pipe(OutputStream output, [bool close = true]) { |
| + void pipe(OutputStream output, {bool close: true}) { |
| _pipe(this, output, close: close); |
| } |