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

Issue 23507003: Fix piping to a WebSocket (Closed)

Created:
7 years, 3 months ago by Søren Gjesse
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix piping to a WebSocket R=lrn@google.com BUG=http://dartbug.com/12923 Committed: https://code.google.com/p/dart/source/detail?r=26991

Patch Set 1 #

Patch Set 2 : Fixed long line #

Patch Set 3 : Addressed review comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -1 line) Patch
M sdk/lib/io/websocket_impl.dart View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A tests/standalone/io/web_socket_pipe_test.dart View 1 1 chunk +73 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
7 years, 3 months ago (2013-08-30 08:07:29 UTC) #1
Lasse Reichstein Nielsen
lgtm
7 years, 3 months ago (2013-08-30 12:49:25 UTC) #2
Søren Gjesse
Committed patchset #3 manually as r26991 (presubmit successful).
7 years, 3 months ago (2013-09-02 07:33:13 UTC) #3
Bill Hesse
7 years, 3 months ago (2013-09-02 08:38:09 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/23507003/diff/7001/tests/standalone/io/web_so...
File tests/standalone/io/web_socket_pipe_test.dart (right):

https://codereview.chromium.org/23507003/diff/7001/tests/standalone/io/web_so...
tests/standalone/io/web_socket_pipe_test.dart:30: Future done;
Indentation, and why not:

(transform ? websocket.transform(new ReverseStringTransformer)
           : websocket)
    .pipe(websocket)
    .then((_) => server.close);

https://codereview.chromium.org/23507003/diff/7001/tests/standalone/io/web_so...
tests/standalone/io/web_socket_pipe_test.dart:53: count++;
Indentation should be 2.

Powered by Google App Engine
This is Rietveld 408576698