We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ff7f1 commit fc4d81cCopy full SHA for fc4d81c
client/src/main/java/org/asynchttpclient/netty/request/NettyRequestFactory.java
@@ -217,7 +217,7 @@ else if (proxyServer != null && !uri.isSecured())
217
return uri.toUrl();
218
219
else {
220
- // direct connection to target host: only path and query
+ // direct connection to target host or tunnel already connected: only path and query
221
String path = getNonEmptyPath(uri);
222
if (isNonEmpty(uri.getQuery()))
223
return path + "?" + uri.getQuery();
0 commit comments