mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Change network partition test to use socket.destroy()
This commit is contained in:
parent
b0c60cf288
commit
272e9a5998
@ -46,7 +46,7 @@ Server.prototype.start = function (cb) {
|
||||
}
|
||||
|
||||
Server.prototype.drop = function () {
|
||||
this.socket.end()
|
||||
this.socket.destroy()
|
||||
}
|
||||
|
||||
Server.prototype.close = function (cb) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user