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

Issue 439002: Flip: Fix cancellation code path. (Closed)

Created:
11 years, 1 month ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
Mike Belshe
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Flip: Fix cancellation code path. The current fix is suboptimal, since we're doing unnecessary work in the FlipStream (still handling reads and writes for a cancelled stream), but just don't ever hand the data over to a user since they've already cancelled the stream. We should fix this, but don't bother for now. Not calling any user_callback_ is good enough for now. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32881

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M net/flip/flip_session.cc View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
willchan no longer on Chromium
11 years, 1 month ago (2009-11-23 18:48:19 UTC) #1
Mike Belshe
11 years, 1 month ago (2009-11-23 22:50:18 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698