mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
fix non closing client response
This commit is contained in:
@@ -132,7 +132,7 @@ public class ClientUtil
|
||||
*/
|
||||
public static void close(ClientResponse response)
|
||||
{
|
||||
if (response == null)
|
||||
if (response != null)
|
||||
{
|
||||
response.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user