Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix using TLS for replication (#15746) | Erik Johnston | 2023-06-08 | 1 | -1/+1 |
| | | | Fixes #15744. | ||||
* | Use a custom scheme & the worker name for replication requests. (#15578) | Jason Little | 2023-05-23 | 1 | -7/+27 |
| | | | | | | | | All the information needed is already in the `instance_map`, so use that instead of passing the hostname / IP & port manually for each replication request. This consolidates logic for future improvements of using e.g. UNIX sockets for workers. | ||||
* | HTTP Replication Client (#15470) | Jason Little | 2023-05-09 | 1 | -0/+150 |
Separate out a HTTP client for replication in preparation for also supporting using UNIX sockets. The major difference from the base class is that this does not use treq to handle HTTP requests. |