Closed
Bug 675617
Opened 13 years ago
Closed 13 years ago
Fix browser_installssl.js to support keep-alive connections.
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: mayhemer, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
1.35 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
As part of the work to make httpd.js support keep-alive connections this test needs a fix.
When reusing keep-alive connections while adding/removing/adding cert exceptions, the test suffers from bug 471995 and fails. To work that around we need to force connection close for the .rdf file being queried, what is simply done just by adding ^headers^ file with Connection: close header.
Attachment #549782 -
Flags: review?(dtownsend)
Updated•13 years ago
|
Attachment #549782 -
Flags: review?(dtownsend) → review+
Comment 1•13 years ago
|
||
Is it possible to make the test not depend on the connection always being immediately and promptly closed? That ^headers^ will include the Connection header (and various other transport-level-y headers) is arguably a bug, and it's possible at some point I'll do what XMLHttpRequest does and blacklist certain headers from being set there.
Reporter | ||
Comment 2•13 years ago
|
||
According the patches from the httpd.js keep-alive bug (at this moment unreviewed and unsettled) I would like to allow files say it wants to close the connection this way. Also request handlers should be able to do it by adding the header.
The patch in this bug is mostly a workaround for bug 471995, which I want to start working on soon. So the ^headers^ files will go away with fixing that bug.
Reporter | ||
Comment 3•13 years ago
|
||
Whiteboard: [inbound]
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Assignee | ||
Updated•7 years ago
|
Component: httpd.js → General
You need to log in
before you can comment on or make changes to this bug.
Description
•