Skip to content

Commit 7efa774

Browse files
Update ruby_http_client.rb
1 parent 37fb694 commit 7efa774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ruby_http_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _(name = nil)
215215
url_path = name ? @url_path + [name] : @url_path
216216
Client.new(host: @host, request_headers: @request_headers,
217217
version: @version, url_path: url_path,
218-
http_options: @http_options)
218+
http_options: @http_options, proxy_options: @proxy_options)
219219
end
220220

221221
# Dynamically add segments to the url, then call a method.

0 commit comments

Comments
 (0)