commit | 73ddddba184175830449e3e5fbe98c4ce4142102 | [log] [tgz] |
---|---|---|
author | Tsuyoshi Horo <horo@chromium.org> | Mon Jul 04 02:51:53 2022 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 04 03:05:27 2022 |
tree | a092f5ccff16a0570c9d2b4d90b7501a12adee7b | |
parent | f8d8c63a940309055f05da7c526b9c8becef8ac7 [diff] |
Save the latest alt service info for the same canonical suffixes. HttpServerPropertiesManager::WriteToPrefs() saves only one alt service info for the same canonical suffixes. This is intended to reduce disk consumption. But currently it is saving the oldest alt service info. This is strange because HttpServerProperties prefers canonical entry hits that are more recently learned. So this CL changes the method to save the latest alt service info for canonical suffix. Bug: 994842 Change-Id: I7b788ff308a9a208e04b08d1882b0467efdc1e18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3731727 Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1020479} NOKEYCHECK=True GitOrigin-RevId: d9e3f026a344432c74a7aceec7c98b7f4b92adce
This directory contains the code behind Chrome's networking stack. It is documented here.