fizx-proxymachine 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/fizx-proxymachine.gemspec +1 -1
- data/lib/proxymachine.rb +1 -1
- data/lib/proxymachine/client_connection.rb +0 -1
- metadata +1 -1
data/fizx-proxymachine.gemspec
CHANGED
@@ -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.
|
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
@@ -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
|