Closed
Bug 1104987
Opened 11 years ago
Closed 11 years ago
test_http2.js should close h1 sockets promptly
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
(Whiteboard: [spdy])
Attachments
(1 file)
|
5.28 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
test_http2.js uses a few h1 sockets to explicitly test h1 required, alt-svc, etc.. that's all well and good - but they should be marked connection: close so that further transactions in the h2 test suite don't just happen to use them because they are handy idle pconns.
This clears up some intermittent fails for me on desktop and might clear up 1096322 or 1092261 as well
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8528588 -
Flags: review?(hurley)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mcmanus
Status: NEW → ASSIGNED
Attachment #8528588 -
Flags: review?(hurley) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•