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

Issue 2877063002: Add an async ReadBody method to QuicChromiumClientStream::Handle (Closed)

Created:
3 years, 7 months ago by Ryan Hamilton
Modified:
3 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add an async ReadBody method to QuicChromiumClientStream::Handle This does not change OnClose or OnError and the callback is not yet invoked on errors. That will happen after all the upcalls are replaced by async methods. BUG=716563 Review-Url: https://codereview.chromium.org/2877063002 Cr-Commit-Position: refs/heads/master@{#475172} Committed: https://chromium.googlesource.com/chromium/src/+/27da045892e94846096a6549a178b34ee4d8f9d3

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address comments #

Patch Set 3 : Rebase #

Patch Set 4 : Async read complete #

Patch Set 5 : Call OnFinRead from async read completion #

Patch Set 6 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -144 lines) Patch
M net/quic/chromium/bidirectional_stream_quic_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/chromium/bidirectional_stream_quic_impl.cc View 1 2 3 3 chunks +32 lines, -28 lines 0 comments Download
M net/quic/chromium/bidirectional_stream_quic_impl_unittest.cc View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_stream.h View 3 chunks +13 lines, -3 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_stream.cc View 1 3 chunks +31 lines, -2 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_stream_test.cc View 1 2 11 chunks +79 lines, -72 lines 0 comments Download
M net/quic/chromium/quic_http_stream.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/quic/chromium/quic_http_stream.cc View 1 2 3 chunks +21 lines, -35 lines 0 comments Download
M net/quic/chromium/quic_http_stream_test.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 23 (11 generated)
Ryan Hamilton
3 years, 7 months ago (2017-05-12 13:27:27 UTC) #2
xunjieli
lgtm mod four nits below. The new interface looks much more user-friendly! nice work. https://codereview.chromium.org/2877063002/diff/1/net/quic/chromium/bidirectional_stream_quic_impl.cc ...
3 years, 7 months ago (2017-05-12 15:22:22 UTC) #3
Ryan Hamilton
Thanks! https://codereview.chromium.org/2877063002/diff/1/net/quic/chromium/bidirectional_stream_quic_impl.cc File net/quic/chromium/bidirectional_stream_quic_impl.cc (right): https://codereview.chromium.org/2877063002/diff/1/net/quic/chromium/bidirectional_stream_quic_impl.cc#newcode121 net/quic/chromium/bidirectional_stream_quic_impl.cc:121: // called upon completion. On 2017/05/12 15:22:22, xunjieli ...
3 years, 7 months ago (2017-05-12 17:26:24 UTC) #4
xunjieli
Thanks. still lgtm
3 years, 7 months ago (2017-05-12 17:29:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2877063002/80001
3 years, 7 months ago (2017-05-26 13:17:49 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/448634)
3 years, 7 months ago (2017-05-26 13:25:22 UTC) #10
Ryan Hamilton
3 years, 7 months ago (2017-05-26 13:59:56 UTC) #12
Alexei Svitkine (slow)
lgtm
3 years, 7 months ago (2017-05-26 14:56:24 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2877063002/100001
3 years, 7 months ago (2017-05-26 16:20:30 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/224519)
3 years, 7 months ago (2017-05-26 17:51:05 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2877063002/100001
3 years, 7 months ago (2017-05-26 22:05:30 UTC) #20
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 22:55:07 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/27da045892e94846096a6549a178...

Powered by Google App Engine
This is Rietveld 408576698