Skip to content

Commit 30ad400

Browse files
committed
removed unused code
1 parent be0e9f6 commit 30ad400

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client-v2/src/main/java/com/clickhouse/client/api/internal/HttpAPIClientHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ public ClassicHttpResponse executeRequest(ClickHouseNode server, Map<String, Obj
348348

349349
try {
350350
ClassicHttpResponse httpResponse = httpClient.executeOpen(null, req, context);
351-
httpResponse.getEntity().getTrailers().get();
352351
httpResponse.setEntity(wrapEntity(httpResponse.getEntity(), true));
353352
if (httpResponse.getCode() == HttpStatus.SC_PROXY_AUTHENTICATION_REQUIRED) {
354353
throw new ClientMisconfigurationException("Proxy authentication required. Please check your proxy settings.");

0 commit comments

Comments
 (0)