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

Issue 10351009: Implement onClosed on a socket output stream (Closed)

Created:
8 years, 7 months ago by Søren Gjesse
Modified:
8 years, 7 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement onClosed on a socket output stream onClosed on a socket output stream was never implemented. Use this to correct the close handling of the web socket. Before it was incorectly relying on no pending writes callback when closing the connection which does not happen, so closing always happened throught the timer. R=ager@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=7272

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M runtime/bin/socket_stream_impl.dart View 5 chunks +13 lines, -0 lines 0 comments Download
M runtime/bin/websocket_impl.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
8 years, 7 months ago (2012-05-03 10:27:52 UTC) #1
Mads Ager (google)
8 years, 7 months ago (2012-05-03 10:36:01 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698