Closed
Bug 173278
Opened 22 years ago
Closed 22 years ago
Should not prefetch <link rel="alternate">
Categories
(Core :: Networking: HTTP, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: bugzilla, Assigned: darin.moz)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
gordon
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
<link rel="alternate" ...> is used to provide alternate versions (for different
media types, devices, languages, etc.) of the same document. Currently (Win2K
build 2002100804) the <link> prefetching (bug 12274) prefetches these
alternates. There is no reason to prefetch multiple versions of the same
document; there is little chance the user will visit these alternate pages, and
it increases server load significantly.
For you, darin.
Assignee: gordon → darin
Component: Networking: Cache → Networking: HTTP
QA Contact: tever → httpqa
Assignee | ||
Comment 2•22 years ago
|
||
very odd... i'm able to repro this myself. investigating.
Severity: normal → major
Status: NEW → ASSIGNED
Keywords: mozilla1.2,
regression
Priority: -- → P2
Target Milestone: --- → mozilla1.2beta
Assignee | ||
Comment 3•22 years ago
|
||
this is even worse than reported. we prefetch rel="anything" including
stylesheet! upping severity of this bug.
Severity: major → critical
Priority: P2 → P1
Assignee | ||
Comment 4•22 years ago
|
||
stupid typo!!
Comment on attachment 102223 [details] [diff] [review]
v1 patch - fixes typo
r=gordon
Attachment #102223 -
Flags: review+
Comment 6•22 years ago
|
||
Comment on attachment 102223 [details] [diff] [review]
v1 patch - fixes typo
doh! :)
sr=alecf
Attachment #102223 -
Flags: superreview+
Assignee | ||
Comment 7•22 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 8•22 years ago
|
||
verified trunk - winNT4, linux rh6, mac osX - 10/10/02 builds
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•