Closed
Bug 205140
Opened 22 years ago
Closed 20 years ago
Prefs: remove "network.http.*.timeout"
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: benc, Assigned: timeless)
References
()
Details
Attachments
(2 obsolete files)
Darin said:
http://bugzilla.mozilla.org/show_bug.cgi?id=142326#c6
pref("network.http.connect.timeout", 30); // in seconds
pref("network.http.request.timeout", 120); // in seconds
LXR shows that
"network.http.connect.timeout" is not in the trunk.
"network.http.request.timeout"
is referenced in:
/netwerk/protocol/http/src/nsHttpHandler.cpp, line 986
/netwerk/protocol/http/src/nsHttpHandler.cpp, line 987
(I put the lxr query in the URL field for convenience).
This pref does appear in ja-JP, trunk, Phoenix and Minotaur.
lxr says:
network.http.request.timeout
/l10n/langpacks/nscp/ja-JP/defaults/pref/all.js, line 431 --
pref("network.http.request.timeout", 120); // in seconds
/modules/libpref/src/init/all.js, line 555 --
pref("network.http.request.timeout", 120); // in seconds
/netwerk/protocol/http/src/nsHttpHandler.cpp, line 986 -- if (bChangedAll ||
PL_strcmp(pref, "network.http.request.timeout") == 0)
/netwerk/protocol/http/src/nsHttpHandler.cpp, line 987 --
prefs->GetIntPref("network.http.request.timeout", &mRequestTimeout);
/mail/app/profile/all.js, line 540 -- pref("network.http.request.timeout", 120);
// in seconds
/browser/app/profile/all.js, line 384 -- pref("network.http.request.timeout",
120); // in seconds
timeless: thanks! I've got all the other pref changes in patches for bug 205077,
so I'll leave in the patch you've provided.
Comment on attachment 124706 [details] [diff] [review]
ok
The all.js part is already checked in, do you need a fresh patch for
nsHttpHandler-only?
Attachment #124706 -
Flags: review?(darin)
Updated•21 years ago
|
Attachment #124706 -
Flags: superreview+
Attachment #124706 -
Flags: review?(darin)
Attachment #124706 -
Flags: review+
Comment on attachment 124706 [details] [diff] [review]
ok
mozilla/modules/libpref/src/init/all.js 3.517
mozilla/netwerk/protocol/http/src/nsHttpHandler.cpp 1.96
Attachment #124706 -
Attachment is obsolete: true
Attachment #171480 -
Flags: superreview?(darin)
Attachment #171480 -
Flags: review?(dougt)
Comment 7•20 years ago
|
||
Comment on attachment 171480 [details] [diff] [review]
remove remaining instances
r+sr=darin
Attachment #171480 -
Flags: superreview?(darin)
Attachment #171480 -
Flags: superreview+
Attachment #171480 -
Flags: review?(dougt)
Attachment #171480 -
Flags: review+
Comment on attachment 171480 [details] [diff] [review]
remove remaining instances
mozilla/embedding/browser/photon/src/EmbedPrivate.cpp 1.27
mozilla/embedding/browser/photon/src/PtMozilla.cpp 1.48
mozilla/embedding/minimo/all.js 1.13
Attachment #171480 -
Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•