functional
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user