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

Issue 1458003004: Fix bug in ReliableQuicStream::WritevData() where if the write failed and the connection was closed… (Closed)

Created:
5 years, 1 month ago by ianswett
Modified:
5 years ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@107427162
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix bug in ReliableQuicStream::WritevData() where if the write failed and the connection was closed, the stream would attempt to mark itself write blocked leading to a crash in debug mode. Merge internal change: 107452913 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -2 lines) Patch
M net/quic/quic_connection.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/quic/reliable_quic_stream_test.cc View 3 chunks +25 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
ianswett
5 years, 1 month ago (2015-11-19 19:19:08 UTC) #1
Ryan Hamilton
5 years, 1 month ago (2015-11-20 03:46:36 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698