[Nearby] Do not populate ID list in ListPublicCertificates request
The ListPublicCertificates RPC has an optional field in the request where the client can list the IDs on all locally stored public certificates. Certificates with these IDs will not be returned in the response. However, this RPC is made in Chromium via an HTTP GET request, and One Platform documentation notes request-URL size limits [1]. There are ways to circumvent these size restrictions, but until the Nearby Share server makes the appropriate changes to the API, we will not send the ID list. [1]https://g3doc.corp.google.com/google/g3doc/oneplatform/http.md#long-request-url Bug: b/168701170 Change-Id: Ieec8ad883c152769006c9c8dd94a0341ff46dd3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423323 Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:James Vecore <vecore@google.com> Auto-Submit: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#809191}
Showing
Please register or sign in to comment