Network (HTTP) should timeout, if server does not react
Categories
(Core :: Networking, defect, P3)
Tracking
()
People
(Reporter: BenB, Unassigned)
References
Details
(Whiteboard: [lame-network][necko-backlog])
Attachments
(1 file, 6 obsolete files)
|
15.57 KB,
patch
|
mcmanus
:
review-
|
Details | Diff | Splinter Review |
Updated•18 years ago
|
Comment 1•18 years ago
|
||
| Reporter | ||
Comment 2•18 years ago
|
||
Comment 3•18 years ago
|
||
Updated•18 years ago
|
Comment 4•18 years ago
|
||
Comment 5•18 years ago
|
||
Comment 6•18 years ago
|
||
Updated•18 years ago
|
Comment 7•17 years ago
|
||
| Reporter | ||
Comment 10•17 years ago
|
||
| Reporter | ||
Comment 11•17 years ago
|
||
| Reporter | ||
Comment 12•17 years ago
|
||
| Reporter | ||
Updated•17 years ago
|
| Reporter | ||
Comment 13•17 years ago
|
||
| Reporter | ||
Comment 14•17 years ago
|
||
| Reporter | ||
Comment 15•17 years ago
|
||
Comment 16•17 years ago
|
||
| Reporter | ||
Comment 17•17 years ago
|
||
| Reporter | ||
Updated•17 years ago
|
Comment 18•17 years ago
|
||
| Reporter | ||
Comment 19•17 years ago
|
||
| Reporter | ||
Updated•17 years ago
|
Comment 20•16 years ago
|
||
| Reporter | ||
Comment 21•16 years ago
|
||
| Reporter | ||
Updated•16 years ago
|
| Reporter | ||
Comment 22•16 years ago
|
||
| Reporter | ||
Updated•16 years ago
|
Updated•16 years ago
|
Comment 23•16 years ago
|
||
Comment 24•16 years ago
|
||
| Reporter | ||
Comment 25•16 years ago
|
||
Comment 26•16 years ago
|
||
| Reporter | ||
Comment 27•16 years ago
|
||
Comment 28•16 years ago
|
||
| Reporter | ||
Comment 29•16 years ago
|
||
Comment 30•16 years ago
|
||
| Reporter | ||
Comment 31•16 years ago
|
||
Comment 32•16 years ago
|
||
| Reporter | ||
Updated•16 years ago
|
| Reporter | ||
Comment 33•16 years ago
|
||
Comment 34•16 years ago
|
||
| Reporter | ||
Updated•16 years ago
|
| Reporter | ||
Comment 35•15 years ago
|
||
Comment 36•14 years ago
|
||
Comment 37•14 years ago
|
||
Updated•14 years ago
|
| Reporter | ||
Comment 38•14 years ago
|
||
| Reporter | ||
Comment 39•14 years ago
|
||
| Reporter | ||
Comment 40•14 years ago
|
||
Comment 41•14 years ago
|
||
Comment 42•14 years ago
|
||
Comment 43•11 years ago
|
||
| Reporter | ||
Comment 44•10 years ago
|
||
Comment 45•10 years ago
|
||
Updated•10 years ago
|
Comment 46•8 years ago
|
||
Comment 47•8 years ago
|
||
| Reporter | ||
Comment 48•7 years ago
|
||
Comment 49•4 years ago
|
||
Hey Honza,
Do you happen to know if this issue is still relevant today or it can be closed?
| Reporter | ||
Comment 50•4 years ago
|
||
Yes. Last time I checked, the Mozilla implementation of XmlHTTPRequest.timeout was a simple setTimeout(). While that's convenient, it doesn't abort the network request in some states, which matters to the server. I found some states where the result will be ignored as far as the client API is concerned, so for the client side, it will be aborted, but the request continues towards the server. That's wasting server resources for cases where the client wants a very short timeout and the timeout is a common situation.
Comment 51•4 years ago
|
||
Unassigning bugs owned by Patrick.
Comment 52•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:dragana, since the bug has high severity, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Comment 53•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Updated•3 years ago
|
Description
•