Closed
Bug 1261632
Opened 10 years ago
Closed 10 years ago
Assert that we're not sending OnStopRequest more than once
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: tnikkel, Assigned: dragana)
Details
(Whiteboard: [necko-active])
Attachments
(1 file, 1 obsolete file)
|
4.39 KB,
patch
|
dragana
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1136969 +++
See bug 1137032, comment 12.
Comment 1•10 years ago
|
||
Dragana, could you please make OnStopRequest variant of what you have done in bug 1136969?
Flags: needinfo?(dd.mozilla)
| Assignee | ||
Comment 2•10 years ago
|
||
Taking it.
Assignee: nobody → dd.mozilla
Status: NEW → ASSIGNED
Flags: needinfo?(dd.mozilla)
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8738205 -
Flags: review?(michal.novotny)
| Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Comment on attachment 8738205 [details] [diff] [review]
bug_1261632_v1.patch
Review of attachment 8738205 [details] [diff] [review]:
-----------------------------------------------------------------
::: netwerk/protocol/http/HttpBaseChannel.h
@@ +490,5 @@
> uint32_t mCorsMode;
> uint32_t mRedirectMode;
> uint32_t mFetchCacheMode;
>
> + // This parameters are used to ensure that we do not call OnStartRequest and
This -> These
Attachment #8738205 -
Flags: review?(michal.novotny) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8738205 -
Attachment is obsolete: true
Attachment #8738502 -
Flags: review+
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Updated•10 years ago
|
Whiteboard: [necko-active]
Comment 8•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•