Skip to content

Commit

Permalink
Merge branch 'curb-headers'
Browse files Browse the repository at this point in the history
  • Loading branch information
vangberg committed Dec 12, 2010
2 parents 8457d30 + daf075e commit e4e8520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpi/adapter/curb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def basic_setup(request)
client.proxy_url = request.proxy.to_s if request.proxy
client.timeout = request.read_timeout if request.read_timeout
client.connect_timeout = request.open_timeout if request.open_timeout
client.headers = request.headers
client.headers = request.headers.to_hash
client.verbose = false
end

Expand Down

0 comments on commit e4e8520

Please sign in to comment.