minor: close connection before exception
This commit is contained in:
parent
a5c40907d5
commit
b1cf0d1e13
|
@ -71,8 +71,8 @@ module Mongo
|
||||||
# pair but it has died or something like that) then we close that
|
# pair but it has died or something like that) then we close that
|
||||||
# connection. The next request will re-open on master server.
|
# connection. The next request will re-open on master server.
|
||||||
if err == "not master"
|
if err == "not master"
|
||||||
raise ConnectionFailure, err
|
|
||||||
@connection.close
|
@connection.close
|
||||||
|
raise ConnectionFailure, err
|
||||||
end
|
end
|
||||||
|
|
||||||
raise OperationFailure, err
|
raise OperationFailure, err
|
||||||
|
|
Loading…
Reference in New Issue