mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
parent
95507dac5f
commit
5c6e58c017
@ -87,8 +87,7 @@ public:
|
||||
TRACE("Received IO event");
|
||||
|
||||
if(status == -1) {
|
||||
LOG("Connection error.");
|
||||
return;
|
||||
TRACE("Connection error. -1 status from lib_uv_poll");
|
||||
}
|
||||
|
||||
Connection *connection = static_cast<Connection*>(w->data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user