Bug 1539148 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Honza Bambas (:mayhemer) from comment #6)

> You can't be serious with this patch, can you?  The lambda MUST NOT be called on any other thread than the main thread, obviously.  It calls methods that should (if not already) enforce main-thread'ness.  I just P1'ed bug 1539148 for that, and now I see this...

Is the lambda called from another thread. From what I can tell it's just that the lambda and the captured nsHttpChannel is destroyed off main thread.
(In reply to Honza Bambas (:mayhemer) from comment #6)

> You can't be serious with this patch, can you?  The lambda MUST NOT be called on any other thread than the main thread, obviously.  It calls methods that should (if not already) enforce main-thread'ness.  I just P1'ed bug 1539148 for that, and now I see this...

Is the lambda called from another thread? From what I can tell it's just that the lambda and the captured nsHttpChannel is destroyed off main thread.

Back to Bug 1539148 Comment 7