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

Issue 1576353011: QUIC - When write fails durin sending headers (WriteHeaders call) (Closed)

Created:
4 years, 11 months ago by ramant (doing other things)
Modified:
4 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

QUIC - When write fails durin sending headers (WriteHeaders call) because of network change, QUIC closes connection and stream, but QuicHttpStream's continues to process because WriteHeaders returns the number of bytes written. Check if stream_ is closed in DoSendHeadersComplete and if so return the error code (response_status_). R=rch@chromium.org BUG=577377 Committed: https://crrev.com/56977819315264e3d021eb316244fe2d3639900d Cr-Commit-Position: refs/heads/master@{#369808}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M net/quic/quic_http_stream.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 2 chunks +30 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 9 (3 generated)
ramant (doing other things)
4 years, 11 months ago (2016-01-15 01:24:56 UTC) #1
Ryan Hamilton
lgtm https://codereview.chromium.org/1576353011/diff/20001/net/quic/quic_http_stream.cc File net/quic/quic_http_stream.cc (right): https://codereview.chromium.org/1576353011/diff/20001/net/quic/quic_http_stream.cc#newcode453 net/quic/quic_http_stream.cc:453: // If the stream is already closed, don't ...
4 years, 11 months ago (2016-01-15 05:02:34 UTC) #2
ramant (doing other things)
Thanks Ryan raman https://codereview.chromium.org/1576353011/diff/20001/net/quic/quic_http_stream.cc File net/quic/quic_http_stream.cc (right): https://codereview.chromium.org/1576353011/diff/20001/net/quic/quic_http_stream.cc#newcode453 net/quic/quic_http_stream.cc:453: // If the stream is already ...
4 years, 11 months ago (2016-01-15 18:03:05 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1576353011/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1576353011/40001
4 years, 11 months ago (2016-01-15 18:04:07 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-15 19:27:04 UTC) #7
commit-bot: I haz the power
4 years, 11 months ago (2016-01-15 19:28:22 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/56977819315264e3d021eb316244fe2d3639900d
Cr-Commit-Position: refs/heads/master@{#369808}

Powered by Google App Engine
This is Rietveld 408576698