Closed
Bug 1595242
Opened 5 years ago
Closed 5 years ago
Move the offthread negotiate auth to dispatch to the background thread pool
Categories
(Core :: Networking: HTTP, task, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: KrisWright, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Bug 1595242 - Move the offthread negotiate auth to dispatch to the background thread pool r=mayhemer
47 bytes,
text/x-phabricator-request
|
Details | Review |
Now that we have a way to indicate potentially blocking IO on the background thread pool [1], the NegotiateAuth thread [2] looks like a good candidate to convert to using the background API.
[1] https://searchfox.org/mozilla-central/rev/2a10f4812f3f7c7645d253a4fe52f26bf58e20e8/xpcom/threads/nsIEventTarget.idl#62
[2] https://searchfox.org/mozilla-central/rev/2a10f4812f3f7c7645d253a4fe52f26bf58e20e8/extensions/auth/nsHttpNegotiateAuth.h#35
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → valentin.gosu
Priority: -- → P2
Whiteboard: [necko-triaged]
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f7679d8469b6
Move the offthread negotiate auth to dispatch to the background thread pool r=mayhemer
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•