Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Issue 11975017: Stop treating StreamController as a Stream. (Closed)

Created:
7 years, 11 months ago by nweiz
Modified:
7 years, 11 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Stop treating StreamController as a Stream. Apparently StreamController will soon stop extending Stream, so this gets rid of all uses of it as a Stream in pkg/http and pub. Committed: https://code.google.com/p/dart/source/detail?r=17163

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -35 lines) Patch
M pkg/http/lib/src/multipart_request.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/streamed_request.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/utils.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M pkg/http/test/mock_client_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/http/test/multipart_test.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M pkg/http/test/response_test.dart View 1 chunk +10 lines, -9 lines 0 comments Download
M utils/pub/error_group.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/error_group_test.dart View 6 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
nweiz
7 years, 11 months ago (2013-01-16 19:55:32 UTC) #1
Bob Nystrom
7 years, 11 months ago (2013-01-16 21:32:00 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698