Skip to content

Commit 866db2b

Browse files
authored
Update Core to support Unix-socket-based HTTP proxies (#325)
1 parent 6512c02 commit 866db2b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

temporalio/Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/lib/temporalio/client/connection.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def initialize(interval: 30.0, timeout: 15.0)
124124
# Options for HTTP CONNECT proxy for client connections.
125125
#
126126
# @!attribute target_host
127-
# @return [String] Target host:port for the HTTP CONNECT proxy.
127+
# @return [String] Target for the HTTP CONNECT proxy. Use host:port for TCP, or unix:/path/to/unix.sock for Unix
128+
# socket (meaning it'll start with "unix:/").
128129
# @!attribute basic_auth_user
129130
# @return [String, nil] User for HTTP basic auth for the proxy, must be combined with {basic_auth_pass}.
130131
# @!attribute basic_auth_pass

0 commit comments

Comments
 (0)