Closed
Bug 71645
Opened 24 years ago
Closed 24 years ago
Too much copying required by HTTP to access its headers.
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: darin.moz, Assigned: darin.moz)
References
Details
Too much copying required by HTTP to access its headers.
Specifically nsHTTPHeaderArray should provide ways to retrieve header values
without having to make copies of them.
Assignee | ||
Comment 1•24 years ago
|
||
I plan to fix this along with 71334.
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9 → mozilla0.9.1
Assignee | ||
Comment 2•24 years ago
|
||
my changes for bug 76866 will fix this bug as well.
Depends on: 76866
Assignee | ||
Comment 3•24 years ago
|
||
fixed with http branch landing.
Assignee | ||
Comment 4•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
Verified per darin's comment.
Status: RESOLVED → VERIFIED
QA Contact: tever → junruh
You need to log in
before you can comment on or make changes to this bug.
Description
•