mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Implement AutoCloseable in SimpleHTTP util (#11060)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f0397f33b4
commit
0e89f07d5a
@@ -317,7 +317,7 @@ public class SimpleHttp {
|
||||
return new UrlEncodedFormEntity(urlParameters, StandardCharsets.UTF_8);
|
||||
}
|
||||
|
||||
public static class Response {
|
||||
public static class Response implements AutoCloseable {
|
||||
|
||||
private final HttpResponse response;
|
||||
private int statusCode = -1;
|
||||
|
||||
Reference in New Issue
Block a user