Support keep-alive connections in httpd.js
Categories
(Testing :: General, task, P3)
Tracking
(Not tracked)
People
(Reporter: Waldo, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: autotest-issue)
Attachments
(3 files, 16 obsolete files)
|
28.52 KB,
patch
|
kershaw
:
review+
|
Details | Diff | Splinter Review |
|
15.78 KB,
patch
|
kershaw
:
review+
|
Details | Diff | Splinter Review |
|
1.34 KB,
patch
|
kershaw
:
review+
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•17 years ago
|
||
| Reporter | ||
Comment 2•17 years ago
|
||
| Reporter | ||
Comment 3•17 years ago
|
||
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
Comment 7•14 years ago
|
||
Comment 8•14 years ago
|
||
Comment 9•14 years ago
|
||
Comment 10•14 years ago
|
||
Comment 11•14 years ago
|
||
Comment 12•14 years ago
|
||
Comment 13•14 years ago
|
||
Comment 14•14 years ago
|
||
| Reporter | ||
Updated•14 years ago
|
| Reporter | ||
Comment 15•14 years ago
|
||
Comment 16•14 years ago
|
||
Updated•14 years ago
|
| Reporter | ||
Comment 17•14 years ago
|
||
| Reporter | ||
Comment 18•14 years ago
|
||
Comment 19•14 years ago
|
||
| Reporter | ||
Comment 20•14 years ago
|
||
| Reporter | ||
Comment 21•14 years ago
|
||
| Reporter | ||
Comment 22•14 years ago
|
||
| Reporter | ||
Comment 23•14 years ago
|
||
| Reporter | ||
Comment 24•14 years ago
|
||
Comment 25•14 years ago
|
||
Comment 26•10 years ago
|
||
Comment 27•10 years ago
|
||
Comment 28•10 years ago
|
||
Comment 29•10 years ago
|
||
Updated•9 years ago
|
Comment 30•9 years ago
|
||
Comment 31•9 years ago
|
||
Comment 32•9 years ago
|
||
Comment 33•9 years ago
|
||
Comment 34•9 years ago
|
||
Comment 35•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Comment 36•9 years ago
|
||
Comment 37•9 years ago
|
||
Comment 38•8 years ago
|
||
Comment 39•8 years ago
|
||
Comment 40•8 years ago
|
||
| Reporter | ||
Comment 41•8 years ago
|
||
| Reporter | ||
Comment 42•8 years ago
|
||
| Reporter | ||
Updated•8 years ago
|
| Reporter | ||
Comment 43•8 years ago
|
||
Comment 44•8 years ago
|
||
Comment 45•8 years ago
|
||
Comment 46•8 years ago
|
||
| Reporter | ||
Comment 47•8 years ago
|
||
Comment 48•8 years ago
|
||
Comment 49•8 years ago
|
||
Comment 50•8 years ago
|
||
Updated•8 years ago
|
Comment 51•8 years ago
|
||
Comment 53•8 years ago
|
||
Updated•8 years ago
|
| Assignee | ||
Updated•8 years ago
|
Comment 54•7 years ago
|
||
It would be so nice to fix this. I would like to have a test for bug 1522093 but it can't be done w/o persistent connections. It's a shame all our test infra runs on HTTP/1.0!
Comment 55•7 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #54)
It would be so nice to fix this. I would like to have a test for bug 1522093 but it can't be done w/o persistent connections. It's a shame all our test infra runs on HTTP/1.0!
Last time this ended up with some unexpected test failures on try. I really have no idea how to fix those tests.
Anyway, I'll try to land this again.
Comment 56•7 years ago
|
||
You could make keep-alive disabled by default, so we don't have to deal with the old tests.
Comment 57•5 years ago
|
||
Not working on this one.
Updated•3 years ago
|
Comment 58•2 months ago
|
||
We now have NodeServer.sys.mjs as a full featured replacement for httpd.js
So I'm not sure if we still want to land this, or we can just close it.
Description
•