functional

This commit is contained in:
QkoSad
2024-11-29 19:35:10 +02:00
parent fd82786671
commit 8e4317abde
34 changed files with 714 additions and 25 deletions
+5 -2
View File
@@ -51,8 +51,11 @@ namespace Server
response.ContentLength64 = buffer.Length;
response.OutputStream.Write(buffer, 0, buffer.Length);
}
// close db connection
conn.Close();
finally
{
// close db connection
conn.Close();
}
}
}
}