Bug 1548253 - Port pref cache variables of nsContentUtils to StaticPrefs - network.http.tailing.enabled, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D29520
This commit is contained in:
@@ -2428,7 +2428,7 @@ void XMLHttpRequestMainThread::MaybeLowerChannelPriority() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (nsContentUtils::IsTailingEnabled()) {
|
||||
if (StaticPrefs::network_http_tailing_enabled()) {
|
||||
nsCOMPtr<nsIClassOfService> cos = do_QueryInterface(mChannel);
|
||||
if (cos) {
|
||||
// Adding TailAllowed to overrule the Unblocked flag, but to preserve
|
||||
|
||||
Reference in New Issue
Block a user