Opened at 2023-03-21T15:28:06Z
#3992 new enhancement
When first connecting to remote storage servers over HTTP, there are two roundtrips necessary to become live
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol v2 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
In storage_client.py, first we get the version to find which NURL to use, and then we wait for a second version query to actually become live. This could be optimized into a single query.
Note: See
TracTickets for help on using
tickets.