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

Issue 989273005: Add MarkAlternativeServiceRecentlyBroken. (Closed)

Created:
5 years, 9 months ago by Bence
Modified:
5 years, 9 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

Add MarkAlternativeServiceRecentlyBroken. Add HttpServiceProperties::MarkAlternativeServiceRecentlyBroken() and its unittests. Call it in QuicStreamFactory::ProcessGoingAwaySession. BUG=392576 Committed: https://crrev.com/35470e76130167053b49c81da373e056ce60b184 Cr-Commit-Position: refs/heads/master@{#320315} Committed: https://crrev.com/d1e0aa2e708ac4be98b119d4b936723285a1cc7d Cr-Commit-Position: refs/heads/master@{#320476}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rebase and nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -22 lines) Patch
M net/http/http_server_properties.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_server_properties_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M net/http/http_server_properties_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 1 chunk +7 lines, -22 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
Bence
Ryan, PTAL. Thanks.
5 years, 9 months ago (2015-03-11 19:34:06 UTC) #3
Bence
Ryan, PTAL. Thanks.
5 years, 9 months ago (2015-03-11 19:34:07 UTC) #4
Ryan Hamilton
Cool. Just a few comments. https://codereview.chromium.org/989273005/diff/1/net/http/http_server_properties_impl.cc File net/http/http_server_properties_impl.cc (right): https://codereview.chromium.org/989273005/diff/1/net/http/http_server_properties_impl.cc#newcode348 net/http/http_server_properties_impl.cc:348: if (recently_broken_alternative_services_[alternative_service] == 0) ...
5 years, 9 months ago (2015-03-11 20:28:03 UTC) #5
Ryan Hamilton
lgtm https://codereview.chromium.org/989273005/diff/1/net/quic/quic_stream_factory.cc File net/quic/quic_stream_factory.cc (left): https://codereview.chromium.org/989273005/diff/1/net/quic/quic_stream_factory.cc#oldcode1345 net/quic/quic_stream_factory.cc:1345: http_server_properties_->ClearAlternateProtocol(server); I didn't mention this explicitly, but you ...
5 years, 9 months ago (2015-03-11 23:02:34 UTC) #7
Ryan Hamilton
Sigh, did not mean to click l-g-t-m NOT LGTM for now. *Facepalm*
5 years, 9 months ago (2015-03-11 23:03:04 UTC) #8
Bence
Ryan, PTAL. Thanks. https://codereview.chromium.org/989273005/diff/1/net/http/http_server_properties_impl.cc File net/http/http_server_properties_impl.cc (right): https://codereview.chromium.org/989273005/diff/1/net/http/http_server_properties_impl.cc#newcode348 net/http/http_server_properties_impl.cc:348: if (recently_broken_alternative_services_[alternative_service] == 0) On 2015/03/11 ...
5 years, 9 months ago (2015-03-12 01:12:54 UTC) #10
Ryan Hamilton
Looks great! LGMT https://codereview.chromium.org/989273005/diff/1/net/quic/quic_stream_factory.cc File net/quic/quic_stream_factory.cc (left): https://codereview.chromium.org/989273005/diff/1/net/quic/quic_stream_factory.cc#oldcode1345 net/quic/quic_stream_factory.cc:1345: http_server_properties_->ClearAlternateProtocol(server); On 2015/03/12 01:12:53, Bence wrote: ...
5 years, 9 months ago (2015-03-12 03:31:41 UTC) #11
Ryan Hamilton
err LGTM
5 years, 9 months ago (2015-03-12 03:34:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/989273005/60001
5 years, 9 months ago (2015-03-12 16:54:03 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:60001)
5 years, 9 months ago (2015-03-12 17:55:05 UTC) #15
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/35470e76130167053b49c81da373e056ce60b184 Cr-Commit-Position: refs/heads/master@{#320315}
5 years, 9 months ago (2015-03-12 17:55:56 UTC) #16
Bence
A revert of this CL (patchset #2 id:60001) has been created in https://codereview.chromium.org/1002043002/ by bnc@chromium.org. ...
5 years, 9 months ago (2015-03-12 18:30:32 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/989273005/60001
5 years, 9 months ago (2015-03-13 09:04:45 UTC) #19
Bence
On 2015/03/12 18:30:32, Bence wrote: > A revert of this CL (patchset #2 id:60001) has ...
5 years, 9 months ago (2015-03-13 09:05:04 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:60001)
5 years, 9 months ago (2015-03-13 10:14:38 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-13 10:15:26 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d1e0aa2e708ac4be98b119d4b936723285a1cc7d
Cr-Commit-Position: refs/heads/master@{#320476}

Powered by Google App Engine
This is Rietveld 408576698