fizx-proxymachine 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'fizx-proxymachine'
16
- s.version = '1.5.2'
16
+ s.version = '1.5.3'
17
17
  s.date = '2011-05-07'
18
18
  s.rubyforge_project = 'fizx-proxymachine'
19
19
 
data/lib/proxymachine.rb CHANGED
@@ -10,7 +10,7 @@ require 'proxymachine/callback_server_connection'
10
10
  $logger = Logger.new(STDOUT)
11
11
 
12
12
  class ProxyMachine
13
- VERSION = '1.5.2'
13
+ VERSION = '1.5.3'
14
14
 
15
15
  MAX_FAST_SHUTDOWN_SECONDS = 10
16
16
 
@@ -83,7 +83,6 @@ class ProxyMachine
83
83
  @server_side.callback = cb if cb
84
84
  @server_side.pending_connect_timeout = @connect_timeout
85
85
  @server_side.comm_inactivity_timeout = @inactivity_timeout
86
- server_connection_failed if @server_side.error?
87
86
  end
88
87
 
89
88
  # Called by the server side immediately after the server connection was
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fizx-proxymachine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.5.2
5
+ version: 1.5.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tom Preston-Werner