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

Issue 342323004: Throw a StateError if read()/readAsString() is called multiple times (Closed)

Created:
6 years, 6 months ago by kustermann
Modified:
6 years, 6 months ago
Reviewers:
nweiz, Søren Gjesse, kevmoo
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Throw a StateError if read()/readAsString() is called multiple times R=kevmoo@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=37584

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -1 line) Patch
M dart/pkg/shelf/lib/src/message.dart View 1 2 chunks +14 lines, -1 line 0 comments Download
M dart/pkg/shelf/test/message_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kustermann
6 years, 6 months ago (2014-06-20 14:34:58 UTC) #1
Søren Gjesse
lgtm
6 years, 6 months ago (2014-06-20 14:41:33 UTC) #2
kevmoo
Adding Nathan LGTM I've pondered this a bit. Wondering if we should have a model ...
6 years, 6 months ago (2014-06-20 15:40:02 UTC) #3
kevmoo
Plus nit https://codereview.chromium.org/342323004/diff/1/dart/pkg/shelf/lib/src/message.dart File dart/pkg/shelf/lib/src/message.dart (right): https://codereview.chromium.org/342323004/diff/1/dart/pkg/shelf/lib/src/message.dart#newcode109 dart/pkg/shelf/lib/src/message.dart:109: throw new StateError("The 'read()' method can only ...
6 years, 6 months ago (2014-06-20 15:42:26 UTC) #4
kustermann
Thanks > I've pondered this a bit. Wondering if we should have a model for ...
6 years, 6 months ago (2014-06-23 08:31:03 UTC) #5
kustermann
6 years, 6 months ago (2014-06-23 08:31:37 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r37584 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698