forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove HttpNetworkSession argument from CreateSocketParamsAndGetGroupId.
Instead, this CL adds pointers to several global objects are to CommonConnectJobParams, and moves the logic for testing_fixed_http_port over to the calling function - it affects the endpoint used, which affects part of the group_id, and hence is fine to keep around. In order to avoid pooling sockets created with different SocketParams, we're working on making it so there's a 1-to-1 mapping between GroupIds and SocketParams. To that end, we're removing objects used to create SocketParams. Bug: 921369 Change-Id: Ib5b234ab8f4cc0c45c97d5a4c4e46e6e885536b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531083 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#642470}
- Loading branch information
Matt Menke
authored and
Commit Bot
committed
Mar 20, 2019
1 parent
a46ba95
commit b88837e
Showing
20 changed files
with
144 additions
and
152 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
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
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
Oops, something went wrong.