Skip to content

Commit

Permalink
Release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gua authored and gua committed Feb 23, 2021
1 parent ad9907f commit cd3e073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/sensors_analytics/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ def do_request(request)
@client ||= begin
client = Net::HTTP::Persistent.new name: "sa_sdk"
client.open_timeout = 10
if @uri.scheme == "https"
client.use_ssl = true
end
client
end
@client.request(@uri, request)
Expand Down
2 changes: 1 addition & 1 deletion lib/sensors_analytics/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module SensorsAnalytics
VERSION = '1.6.2'
VERSION = '1.6.3'
end

0 comments on commit cd3e073

Please sign in to comment.