Closed
Bug 1431738
Opened 8 years ago
Closed 8 years ago
Disable TFO on release for now
Categories
(Core :: Networking: HTTP, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla60
People
(Reporter: dragana, Assigned: dragana)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
|
1.41 KB,
patch
|
jduell.mcbugs
:
review+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8943950 -
Flags: review?(jduell.mcbugs)
Updated•8 years ago
|
Attachment #8943950 -
Flags: review?(jduell.mcbugs) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bf09b4d00654
We will disable TFO on late beta and release. r=jduell
Keywords: checkin-needed
Comment 3•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Comment 4•8 years ago
|
||
Dragana or Jason, does this need uplift to beta 59? Is TFO disabled in 59 after early beta?
Comment 5•8 years ago
|
||
as far as I can tell it's set to stay enabled right now for windows and mac in https://hg.mozilla.org/releases/mozilla-beta/file/default/modules/libpref/init/all.js#l4820
| Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8943950 [details] [diff] [review]
bug_make_tfo_early_bata_or_nightly_only.patch
Approval Request Comment
[Feature/Bug causing the regression]: TCP Fast Open feature. Turned on on Windows(bug 1426367) and on MacOS (bug 1426474)
[User impact if declined]: Let's disable TFO on release until we are sure we want it enabled.
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: yes
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: no risk
[Why is the change risky/not risky?]: it is only turning of by changing a pref, no code change. Both code paths (feature turned off and on were running for some time.)
[String changes made/needed]: none
Flags: needinfo?(dd.mozilla)
Attachment #8943950 -
Flags: approval-mozilla-beta?
Comment 7•8 years ago
|
||
Comment on attachment 8943950 [details] [diff] [review]
bug_make_tfo_early_bata_or_nightly_only.patch
Turning off TFO for 59 late beta and release. Thanks Dragana!
Flags: needinfo?(jduell.mcbugs)
Attachment #8943950 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•8 years ago
|
||
| bugherder uplift | ||
Comment 9•8 years ago
|
||
(In reply to Dragana Damjanovic [:dragana] from comment #6)
> [Feature/Bug causing the regression]: TCP Fast Open feature. Turned on on
> Windows(bug 1426367) and on MacOS (bug 1426474)
> [User impact if declined]: Let's disable TFO on release until we are sure we
> want it enabled.
> [Is this code covered by automated tests?]: no
> [Has the fix been verified in Nightly?]: yes
> [Needs manual test from QE? If yes, steps to reproduce]: no
Setting qe-verify- based on Dragana's assessment on manual testing needs.
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•