mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
No Issue - Fix incorrectly written pref name
Bug 1481096 "spdy.default-hpack-buffer" was incorrectly written as "spdy.hpack-default-buffer".
This commit is contained in:
parent
055765d101
commit
40e01c31e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1690,7 +1690,7 @@ nsHttpHandler::PrefsChanged(nsIPrefBranch *prefs, const char *pref)
|
|||
}
|
||||
}
|
||||
|
||||
if (PREF_CHANGED(HTTP_PREF("spdy.hpack-default-buffer"))) {
|
||||
if (PREF_CHANGED(HTTP_PREF("spdy.default-hpack-buffer"))) {
|
||||
rv = prefs->GetIntPref(HTTP_PREF("spdy.default-hpack-buffer"), &val);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
mDefaultHpackBuffer = val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue