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

Issue 1413373013: Quic streams honor RST_STREAM + NO_ERROR on the write side. (Closed)

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

Description

Quic streams honor RST_STREAM + NO_ERROR on the write side. Override QuicDataStream CloseWriteSide method to honor QUIC_STREAM_NO_ERROR on QUIC_VERSION_29 or later versions: send rst stream when writing to a stream initiated by the peer is finished but incoming data hasn't been received completely. Merge internal change: 106853342 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -50 lines) Patch
M net/quic/quic_connection.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/quic/quic_connection_test.cc View 7 chunks +122 lines, -4 lines 0 comments Download
M net/quic/quic_spdy_stream.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/quic_spdy_stream.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M net/quic/reliable_quic_stream.h View 2 chunks +7 lines, -1 line 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/end_to_end_test.cc View 2 chunks +47 lines, -18 lines 0 comments Download
M net/tools/quic/quic_spdy_server_stream_test.cc View 11 chunks +70 lines, -26 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
rjshade
5 years, 1 month ago (2015-11-10 15:57:51 UTC) #1
Ryan Hamilton
5 years, 1 month ago (2015-11-10 21:37:58 UTC) #2
I'm surprised that no chromium tests needed to change. Yay!

lgtm

Powered by Google App Engine
This is Rietveld 408576698