File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 14
14
package org .asynchttpclient .providers .grizzly ;
15
15
16
16
import org .asynchttpclient .AsyncHandler ;
17
- import org .asynchttpclient .AsyncHttpClient ;
18
17
import org .asynchttpclient .AsyncHttpClientConfig ;
19
18
import org .asynchttpclient .AsyncHttpProvider ;
20
19
import org .asynchttpclient .HttpResponseBodyPart ;
78
77
import javax .net .ssl .SSLEngine ;
79
78
import java .io .File ;
80
79
import java .io .IOException ;
81
- import java .util .ArrayList ;
82
80
import java .util .LinkedHashSet ;
83
81
import java .util .List ;
84
82
import java .util .concurrent .ExecutorService ;
85
- import java .util .concurrent .Future ;
86
83
import java .util .concurrent .TimeUnit ;
87
84
import java .util .concurrent .TimeoutException ;
88
85
@@ -388,8 +385,6 @@ public void onTimeout(Connection connection) {
388
385
nonSecure .addAll (secure );
389
386
int idx = nonSecure .indexOfType (SSLFilter .class );
390
387
nonSecure .remove (idx );
391
- ProxyAwareConnectorHandler .Builder chBuilder =
392
- ProxyAwareConnectorHandler .builder (clientTransport );
393
388
final ConnectionPool pool ;
394
389
if (providerConfig != null ) {
395
390
pool = (ConnectionPool ) providerConfig .getProperty (CONNECTION_POOL );
You can’t perform that action at this time.
0 commit comments