This commit is contained in:
Ciro Spaciari
2025-09-09 17:02:30 -07:00
parent f1a52633a3
commit fa0febc520

View File

@@ -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);
}