11001101110211031104110511061107110811091110
final HttpClientConnectionManager cm = connManagerCopy; closeablesCopy.add(new Closeable() { @Override public void close() throws IOException { cm.shutdown(); } }); }
10391040104110421043104410451046104710481049
10621063106410651066106710681069107010711072
133134135136137138139140141142143
httpClientBuilder.build().execute(new HttpGet("https://" + host + ":" + port)); return chain.get(); } finally { if (connectionManager != null) { connectionManager.shutdown(); } } } /**
10761077107810791080108110821083108410851086
10441045104610471048104910501051105210531054