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

Issue 1744153003: Revert of net: merge two versions of SetTCPNoDelay() function into one (Closed)

Created:
4 years, 9 months ago by nektarios
Modified:
4 years, 9 months ago
Reviewers:
tfarina, eroman
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

Revert of net: merge two versions of SetTCPNoDelay() function into one (patchset #4 id:60001 of https://codereview.chromium.org/1728853006/ ) Reason for revert: net-unittests failure on Mac. https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/16976/steps/net_unittests%20on%20Mac-10.9/logs/CertVerifyProcTest.CybertrustGTERoot Original issue's description: > net: merge DisableNagle() with two other SetTCPNoDelay() implementations > > This patch merges SetTCPNoDelay() function from tcp_socket_posix.cc, > SetTCPNoDelay() function from tcp_socket_util.cc and DisableNagle() function > from tcp_socket_win.cc, into a single slightly improved one in tcp_socket.cc > with the following prototype: > > bool SetTCPNoDelay(SocketDescriptor socket, bool no_delay); > > BUG=None > TEST=net_unittests > R=eroman@chromium.org > > Committed: https://crrev.com/2d1f2621d8e6dd10feba6cab380fb46d60cb3098 > Cr-Commit-Position: refs/heads/master@{#378129} TBR=eroman@chromium.org,tfarina@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=None Committed: https://crrev.com/5ee686747816a494180aad0bce62fbea9dac0f61 Cr-Commit-Position: refs/heads/master@{#378335}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -71 lines) Patch
M net/net.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/tcp_socket.h View 2 chunks +0 lines, -34 lines 0 comments Download
D net/socket/tcp_socket.cc View 1 chunk +0 lines, -29 lines 0 comments Download
M net/socket/tcp_socket_posix.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/socket/tcp_socket_win.cc View 3 chunks +32 lines, -2 lines 0 comments Download
M net/tools/flip_server/acceptor_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/flip_server/tcp_socket_util.h View 1 chunk +8 lines, -0 lines 0 comments Download
M net/tools/flip_server/tcp_socket_util.cc View 4 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (1 generated)
nektarios
Created Revert of net: merge two versions of SetTCPNoDelay() function into one
4 years, 9 months ago (2016-02-29 21:03:01 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744153003/1
4 years, 9 months ago (2016-02-29 21:03:21 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744153003/1
4 years, 9 months ago (2016-02-29 21:31:36 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744153003/1
4 years, 9 months ago (2016-02-29 22:02:23 UTC) #4
eroman
Hm, sounds unlikely to me that this change could have broken those tests. That said, ...
4 years, 9 months ago (2016-02-29 22:20:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744153003/1
4 years, 9 months ago (2016-02-29 22:32:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744153003/1
4 years, 9 months ago (2016-02-29 23:01:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744153003/1
4 years, 9 months ago (2016-02-29 23:32:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744153003/1
4 years, 9 months ago (2016-03-01 00:02:01 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-01 00:09:55 UTC) #10
eroman
See https://bugs.chromium.org/p/chromium/issues/detail?id=590868#c3 From a cursory look, doesn't appear this revert will fix the test failure ...
4 years, 9 months ago (2016-03-01 00:11:03 UTC) #11
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/5ee686747816a494180aad0bce62fbea9dac0f61 Cr-Commit-Position: refs/heads/master@{#378335}
4 years, 9 months ago (2016-03-01 00:11:07 UTC) #13
tfarina
Ah! Really it was reverted? :( Eric, could I revert this revert safely? Thanks!
4 years, 9 months ago (2016-03-01 13:31:59 UTC) #14
eroman
Yes, you can re-land this
4 years, 9 months ago (2016-03-01 18:29:11 UTC) #15
tfarina
4 years, 9 months ago (2016-03-01 18:52:47 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1756503002/ by tfarina@chromium.org.

The reason for reverting is: It was not responsible for the failure on Mac - 
https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/169....

See https://bugs.chromium.org/p/chromium/issues/detail?id=590868#c3.

Powered by Google App Engine
This is Rietveld 408576698