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

Issue 12387085: Improve web-socket implementation by using making _WebSocketProtocolProcessor a StreamTransformer. (Closed)

Created:
7 years, 9 months ago by Anders Johnsen
Modified:
7 years, 9 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improve web-socket implementation by using making _WebSocketProtocolProcessor a StreamTransformer. BUG= Committed: https://code.google.com/p/dart/source/detail?r=19454

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -183 lines) Patch
M sdk/lib/io/http_impl.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/io/websocket_impl.dart View 1 2 3 16 chunks +105 lines, -127 lines 0 comments Download
M tests/standalone/io/web_socket_protocol_processor_test.dart View 1 2 3 7 chunks +56 lines, -50 lines 0 comments Download
M tests/standalone/io/web_socket_test.dart View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Anders Johnsen
7 years, 9 months ago (2013-03-04 15:26:56 UTC) #1
Anders Johnsen
This is now ready for review (fixed some more corner-cases found in production).
7 years, 9 months ago (2013-03-04 16:38:09 UTC) #2
Søren Gjesse
lgtm https://codereview.chromium.org/12387085/diff/8001/sdk/lib/io/websocket_impl.dart File sdk/lib/io/websocket_impl.dart (right): https://codereview.chromium.org/12387085/diff/8001/sdk/lib/io/websocket_impl.dart#newcode221 sdk/lib/io/websocket_impl.dart:221: } catch (e, s) { s not used. ...
7 years, 9 months ago (2013-03-05 09:32:29 UTC) #3
Anders Johnsen
Thanks, landing. https://codereview.chromium.org/12387085/diff/8001/sdk/lib/io/websocket_impl.dart File sdk/lib/io/websocket_impl.dart (right): https://codereview.chromium.org/12387085/diff/8001/sdk/lib/io/websocket_impl.dart#newcode221 sdk/lib/io/websocket_impl.dart:221: } catch (e, s) { On 2013/03/05 ...
7 years, 9 months ago (2013-03-05 09:38:34 UTC) #4
Anders Johnsen
7 years, 9 months ago (2013-03-05 09:41:01 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r19454 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698