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

Issue 2287073002: Ignore errors on SetDoNotFragment on platforms where it is not implemented. (Closed)

Created:
4 years, 3 months ago by Ryan Hamilton
Modified:
4 years, 3 months ago
Reviewers:
ianswett, Jana, mef
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ignore errors on SetDoNotFragment on platforms where it is not implemented. BUG=641709 R=ianswett@chromium.org, jri@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/8449205b62b9278cb76710b9bbbb06e7a7c07077

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix enum name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M net/quic/chromium/quic_stream_factory.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 50 (25 generated)
Ryan Hamilton
https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stream_factory.cc File net/quic/chromium/quic_stream_factory.cc (right): https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stream_factory.cc#newcode1710 net/quic/chromium/quic_stream_factory.cc:1710: if (rv != OK && rv != ERR_NOT_IMPLEMENTED) { ...
4 years, 3 months ago (2016-08-27 21:55:57 UTC) #2
ianswett
lgtm I'm happy with this approach. Thanks for the quick fix.
4 years, 3 months ago (2016-08-28 18:37:50 UTC) #4
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/2287073002/1
4 years, 3 months ago (2016-08-28 18:38:03 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131469)
4 years, 3 months ago (2016-08-28 19:45:23 UTC) #7
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/2287073002/1
4 years, 3 months ago (2016-08-28 20:06:52 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131476)
4 years, 3 months ago (2016-08-28 21:12:33 UTC) #11
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/2287073002/1
4 years, 3 months ago (2016-08-28 23:26:15 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131514)
4 years, 3 months ago (2016-08-29 00:51:52 UTC) #15
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/2287073002/1
4 years, 3 months ago (2016-08-29 01:56:53 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131550)
4 years, 3 months ago (2016-08-29 03:05:11 UTC) #19
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/2287073002/1
4 years, 3 months ago (2016-08-29 03:12:08 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131607)
4 years, 3 months ago (2016-08-29 04:27:53 UTC) #23
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/2287073002/1
4 years, 3 months ago (2016-08-29 04:31:46 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131660)
4 years, 3 months ago (2016-08-29 05:54:56 UTC) #27
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/2287073002/1
4 years, 3 months ago (2016-08-29 13:50:17 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/131982)
4 years, 3 months ago (2016-08-29 14:58:27 UTC) #33
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/2287073002/1
4 years, 3 months ago (2016-08-29 16:25:57 UTC) #35
Jana
lgtm
4 years, 3 months ago (2016-08-29 16:50:21 UTC) #36
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/2287073002/1
4 years, 3 months ago (2016-08-29 18:13:59 UTC) #39
mef
https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stream_factory.cc File net/quic/chromium/quic_stream_factory.cc (right): https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stream_factory.cc#newcode1711 net/quic/chromium/quic_stream_factory.cc:1711: HistogramCreateSessionFailure(CREATION_ERROR_SETTING_NO_NOT_FRAGMENT); nit: This should probably be CREATION_ERROR_SETTING_DO_NOT_FRAGMENT (s/_NO_/_DO_/).
4 years, 3 months ago (2016-08-29 19:27:14 UTC) #41
Ryan Hamilton
https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stream_factory.cc File net/quic/chromium/quic_stream_factory.cc (right): https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stream_factory.cc#newcode1711 net/quic/chromium/quic_stream_factory.cc:1711: HistogramCreateSessionFailure(CREATION_ERROR_SETTING_NO_NOT_FRAGMENT); On 2016/08/29 19:27:14, mef wrote: > nit: This ...
4 years, 3 months ago (2016-08-29 19:42:48 UTC) #44
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/2287073002/1
4 years, 3 months ago (2016-08-29 20:21:39 UTC) #45
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/8449205b62b9278cb76710b9bbbb06e7a7c07077 Cr-Commit-Position: refs/heads/master@{#415037}
4 years, 3 months ago (2016-08-29 23:29:17 UTC) #47
Ryan Hamilton
Committed patchset #2 (id:20001) manually as 8449205b62b9278cb76710b9bbbb06e7a7c07077 (presubmit successful).
4 years, 3 months ago (2016-08-29 23:30:31 UTC) #49
Ryan Hamilton
4 years, 3 months ago (2016-08-29 23:31:16 UTC) #50
Message was sent while issue was closed.
https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stre...
File net/quic/chromium/quic_stream_factory.cc (right):

https://codereview.chromium.org/2287073002/diff/1/net/quic/chromium/quic_stre...
net/quic/chromium/quic_stream_factory.cc:1711:
HistogramCreateSessionFailure(CREATION_ERROR_SETTING_NO_NOT_FRAGMENT);
On 2016/08/29 19:42:48, Ryan Hamilton wrote:
> On 2016/08/29 19:27:14, mef wrote:
> > nit: This should probably be CREATION_ERROR_SETTING_DO_NOT_FRAGMENT
> > (s/_NO_/_DO_/).
> 
> Good point. Will do so in a followup since this has been a bear to land)

Ok, I gave up on the CQ and landed this manually, so I fixed this. Done.

Powered by Google App Engine
This is Rietveld 408576698