Closed
Bug 1653179
Opened 4 years ago
Closed 4 years ago
Handle STOP_SENDING in necko
Categories
(Core :: Networking: HTTP, task, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: dragana, Assigned: dragana)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We use to handle STOP_SENDING in neqo, but to simplify code the code has been removed. We need to handle it in necko:
if we get STOP_SENDING with error code H3_NO_ERROR we should stop sending the request but the transaction should continue normally.
If any other error is received we should close, i.e. reset, the stream and cancel tthe nsHttpTransaction.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → dd.mozilla
Status: NEW → ASSIGNED
Updated•4 years ago
|
Attachment #9169589 -
Attachment description: Bug 1653179 - Hanlde STOPSENDING on a http3 stream. → Bug 1653179 - Handle STOPSENDING on a http3 stream.
Pushed by ddamjanovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f6038d6a0bb1
Handle STOPSENDING on a http3 stream. r=necko-reviewers,valentin
Comment 3•4 years ago
|
||
Backed out for build bustages.
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=312939398&repo=autoland&lineNumber=29579
Backout: https://hg.mozilla.org/integration/autoland/rev/9498874bbc3a9e6b633bc52b9fec63bd76a442b3
Flags: needinfo?(dd.mozilla)
Pushed by ddamjanovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/638c4f49d052
Handle STOPSENDING on a http3 stream. r=necko-reviewers,valentin
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(dd.mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•