Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

[TO_STAGE] Bug 1024741 #498

Merged
merged 1 commit into from
Nov 1, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/rhc/ssh_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def ssh_send_file_ruby(host, username, command, filename)
#
def ssh_send_url_ruby(host, username, command, content_url)
content_url = URI.parse(URI.encode(content_url.to_s))
proxy = ENV['http_proxy'] ? URI.parse(ENV['http_proxy']) : OpenStruct.new
ssh_ruby(host, username, command) do |channel|
HTTPClient.new.get_content(content_url) do |chunk|
channel.send_data chunk
Expand Down