Closed
Bug 1286554
Opened 7 years ago
Closed 6 years ago
Prefs: remove "network.http.keep_empty_response_headers_as_empty_string"
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: wisniewskit, Assigned: wisniewskit)
Details
(Whiteboard: [necko-active])
Attachments
(1 file, 2 obsolete files)
8.59 KB,
patch
|
jduell.mcbugs
:
review+
|
Details | Diff | Splinter Review |
The pref network.http.keep_empty_response_headers_as_empty_string was added in bug 669259 and activated in bug 918721. It can be removed after a release cycle or two if users haven't reported any issues with having it on by default.
Assignee | ||
Comment 1•7 years ago
|
||
Here's a candidate patch for when the time comes.
Updated•7 years ago
|
Assignee: nobody → wisniewskit
Whiteboard: [necko-active]
Comment 2•7 years ago
|
||
Dragana says we should land this once firefox 50 lands (and we're sure that the default value of the pref doesn't break anything).
Assignee | ||
Comment 3•6 years ago
|
||
jduell, should we go ahead and remove this pref now?
Flags: needinfo?(jduell.mcbugs)
Comment 4•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=266dab7f64ace450f1510be1f55a1612ee447d3a
Comment 5•6 years ago
|
||
+r. Here's an unbitrotted version of the patch. try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fb20abbaee4f6177b5a00e0cb14a098fbfa9338f
Attachment #8770603 -
Attachment is obsolete: true
Flags: needinfo?(jduell.mcbugs)
Attachment #8882333 -
Flags: review+
Comment 6•6 years ago
|
||
Comment on attachment 8882333 [details] [diff] [review] v2 Try run looks problematic: Lots of WPT tests failing with expected (string) "" but got (object) null Looks like we've got the 'if' condition in SetHeaderFromNet() wrong? Should that whole block be removed (since IIUC we're always going to be keeping empty headers now)? Should we also get rid of nsHttpHeaderArray::TrackEmptyHeader() for the same reason? (no longer need to keep whitelist of headers to always keep empty string for)
Flags: needinfo?(dd.mozilla)
Attachment #8882333 -
Flags: review+ → review-
Comment 7•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f90f37f41afb4f6eecf7717fa08fc6ed058b303d
Comment 8•6 years ago
|
||
Fixed it. Try looks good now
Attachment #8894071 -
Flags: review?(jduell.mcbugs)
Updated•6 years ago
|
Attachment #8882333 -
Attachment is obsolete: true
Updated•6 years ago
|
Flags: needinfo?(dd.mozilla)
Updated•6 years ago
|
Attachment #8894071 -
Flags: review?(jduell.mcbugs) → review+
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by cbook@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/a886c2a428f6 Remove network.http.keep_empty_response_headers_as_empty_string. r=jduell
Keywords: checkin-needed
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a886c2a428f6
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•