This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1527242 - Guarantee onHandshakeDone is called even it's set after…
… handshake, r=michal We set a `securityObserver` in `onSocketAccepted` on the main thread to observe `onHandshakeDone`, which might be too late since handshake could complete off main thread. Therefore, when we set `securityObserver` after handshake is completed, call `onHandshakeDone`. Differential Revision: https://phabricator.services.mozilla.com/D56483 --HG-- extra : moz-landing-system : lando
- Loading branch information