Closed
Bug 773475
Opened 12 years ago
Closed 12 years ago
Revert bug 584863 to keep redirect semantics cleaner.
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jduell.mcbugs, Unassigned)
Details
Attachments
(1 file)
(deleted),
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
Having an already-cancelled channel fail synchronously when AsyncOpen is called has the bad effect that if the channel is a redirect, it vetoes the redirect (as opposed to continuing with the redirect but cancelling the resulting channel, as calling Cancel after AsyncOpen does). Cancel should have the same semantics for redirects before/after AsyncOpen. (see bug 766210 for example).
The only reason I added the sync failure in bug 584863 is it resulted in fewer IPDL messages in e10s (but only for the early cancel case: not worth optimizing).
Attachment #641628 -
Flags: review?(honzab.moz)
Reporter | ||
Comment 1•12 years ago
|
||
Try build at
https://tbpl.mozilla.org/?tree=Try&rev=59d4d4b8ed5f
Reporter | ||
Comment 2•12 years ago
|
||
Try looks fine.
Comment 3•12 years ago
|
||
Comment on attachment 641628 [details] [diff] [review]
v1
Review of attachment 641628 [details] [diff] [review]:
-----------------------------------------------------------------
r=honzab, disavowing from consequences :)
Attachment #641628 -
Flags: review?(honzab.moz) → review+
Reporter | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•