lib/chillout/server_side/dispatcher.rb in chillout-0.6.0 vs lib/chillout/server_side/dispatcher.rb in chillout-0.8.0
- old
+ new
@@ -20,9 +20,9 @@
CheckResult.new(e)
end
def send_startup_message
@server_side.send_startup_message
- rescue HttpClient::NotReceived => e
+ rescue HttpClient::NotReceived
end
end
end