Select Git revision
push.go
-
Igor Drozdov authored
Currently, the client that performs HTTP requests for Geo pushes is the same as the one that performs internal HTTP requests. However, it causes problems with the following setups: - Internal requests are configured to be via UNIX connections - The Primary node is configured to be HTTP(S) The UNIX client cannot do the request to HTTP(S). This commit introduces a separate client for Geo requests.
Igor Drozdov authoredCurrently, the client that performs HTTP requests for Geo pushes is the same as the one that performs internal HTTP requests. However, it causes problems with the following setups: - Internal requests are configured to be via UNIX connections - The Primary node is configured to be HTTP(S) The UNIX client cannot do the request to HTTP(S). This commit introduces a separate client for Geo requests.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.