mwilliams-right_http_connection 1.2.102 → 1.2.103

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/right_http_connection.rb +2 -0
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.102
1
+ 1.2.103
@@ -423,6 +423,8 @@ them.
423
423
  reason = ", reason: '#{reason}'" unless reason.blank?
424
424
  @logger.info("Closing #{@http.use_ssl? ? 'HTTPS' : 'HTTP'} connection to #{@http.address}:#{@http.port}#{reason}")
425
425
  @http.finish
426
+ error_reset
427
+ eof_reset
426
428
  rescue Exception => e
427
429
  @logger.error "Error trying to finish HTTP connection: #{e.message}"
428
430
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mwilliams-right_http_connection
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.102
4
+ version: 1.2.103
5
5
  platform: ruby
6
6
  authors:
7
7
  - RightScale
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-14 00:00:00 -07:00
12
+ date: 2009-07-15 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15