forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CrOS Tether] Invoke any pending connection callbacks on shutdown.
This ensures that there is no possibility for pending network connection or disconnection requests when shutdown occurs. Leaving these pending could leave the network stack in a bad state. The original CL landed as [1] and was reverted as [2] due to an ASAN bot failure. I've uploaded the original CL as patch 1 on this CL, and my fix as patch 2. [1] https://chromium-review.googlesource.com/c/chromium/src/+/656570 [2] https://chromium-review.googlesource.com/c/chromium/src/+/659377 [email protected] (cherry picked from commit 7dd2ddd) Bug: 761541, 672263 Change-Id: I3e9beb0ad62fb92ca202f391229dbc46c9110b18 Reviewed-on: https://chromium-review.googlesource.com/663673 Reviewed-by: Ryan Hansberry <[email protected]> Commit-Queue: Ryan Hansberry <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#501397} Reviewed-on: https://chromium-review.googlesource.com/663856 Reviewed-by: Kyle Horimoto <[email protected]> Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#186} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
- Loading branch information
Kyle Horimoto
authored and
Kyle Horimoto
committed
Sep 12, 2017
1 parent
dd91637
commit 7103446
Showing
3 changed files
with
154 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters