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

Issue 10164001: Unregister callbacks from socket, when we return the socket for reuse. (Closed)

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

Description

Unregister callbacks from socket, when we return the socket for reuse. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=6869

Patch Set 1 #

Total comments: 3

Patch Set 2 : Updated based on gjesse's feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M runtime/bin/http_impl.dart View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Anders Johnsen
8 years, 8 months ago (2012-04-20 07:54:25 UTC) #1
Søren Gjesse
This should already be the case. https://chromiumcodereview.appspot.com/10164001/diff/1/runtime/bin/http_impl.dart File runtime/bin/http_impl.dart (right): https://chromiumcodereview.appspot.com/10164001/diff/1/runtime/bin/http_impl.dart#newcode1114 runtime/bin/http_impl.dart:1114: _socket.onData = null; ...
8 years, 8 months ago (2012-04-20 11:07:22 UTC) #2
Anders Johnsen
https://chromiumcodereview.appspot.com/10164001/diff/1/runtime/bin/http_impl.dart File runtime/bin/http_impl.dart (right): https://chromiumcodereview.appspot.com/10164001/diff/1/runtime/bin/http_impl.dart#newcode1114 runtime/bin/http_impl.dart:1114: _socket.onData = null; On 2012/04/20 11:07:22, Søren Gjesse wrote: ...
8 years, 8 months ago (2012-04-20 11:13:42 UTC) #3
Søren Gjesse
https://chromiumcodereview.appspot.com/10164001/diff/1/runtime/bin/http_impl.dart File runtime/bin/http_impl.dart (right): https://chromiumcodereview.appspot.com/10164001/diff/1/runtime/bin/http_impl.dart#newcode1114 runtime/bin/http_impl.dart:1114: _socket.onData = null; On 2012/04/20 11:13:42, ajohnsen wrote: > ...
8 years, 8 months ago (2012-04-20 11:27:35 UTC) #4
Anders Johnsen
Will do!
8 years, 8 months ago (2012-04-20 11:29:29 UTC) #5
Anders Johnsen
Like so?
8 years, 8 months ago (2012-04-23 12:41:58 UTC) #6
Søren Gjesse
8 years, 8 months ago (2012-04-23 15:14:24 UTC) #7
lgtm

Yes!

Powered by Google App Engine
This is Rietveld 408576698