Cast HttpRequest and HttpClientResponse streams to List<int> (#384)

In preparation for a change to HttpRequest and HttpClientResponse
whereby they'll implement `Stream<Uint8List>` rather than
`Stream<List<int>>`, this change casts those streams to
`Stream<List<int>>` before any calls to `transform()` those
streams.

This is a forwards-compatible change that should be a no-op for
existing usages.

dart-lang/sdk#36900
https://github.com/dart-lang/co19/issues/383
163 files changed
tree: 9890794df1c37cfe949310ee555b0283d8fabd52
  1. Language/
  2. LanguageFeatures/
  3. LayoutTests/
  4. LibTest/
  5. Utils/
  6. UtilsHtml/
  7. WebPlatformTest/
  8. AUTHORS
  9. codereview.settings
  10. CONTRIBUTING.md
  11. LICENSE
  12. README.md
  13. testcfg.py
README.md

co19 - Dart language and library conformance test suite

This repository contains conformance tests for Dart language and Dart runtime libraries

Files in this test suite are only considered tests if their filenames match the regexp r"t[0-9]{2}.dart$"