| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index c5897efc7508c5e37a06752c0368cbb65c772385..99c2806b20663570396c16061ba4e46351bd5815 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -474,7 +474,7 @@ abstract class _HttpOutboundMessage<T> implements IOSink {
|
|
|
| Future<T> get done => _dataSink.done;
|
|
|
| - Future _writeHeaders({drainRequest: true}) {
|
| + Future _writeHeaders({bool drainRequest: true}) {
|
| if (_headersWritten) return new Future.value();
|
| _headersWritten = true;
|
| headers._synchronize(); // Be sure the 'chunked' option is updated.
|
|
|