mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
opsie
This commit is contained in:
@@ -423,7 +423,6 @@ pub fn fail(this: *MySQLConnection, message: []const u8, err: AnyMySQLError.Erro
|
||||
|
||||
pub fn onEnd(this: *MySQLConnection) void {
|
||||
// no more socket
|
||||
defer this.deref();
|
||||
this.fail("Connection closed", error.ConnectionClosed);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user