Skip to content

Commit ea0763c

Browse files
author
Stephane Landelle
committed
Rollbacking AsyncHttpClient#251
1 parent 6c5f747 commit ea0763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ private static HttpRequest construct(AsyncHttpClientConfig config,
629629
nettyRequest = new DefaultHttpRequest(HttpVersion.HTTP_1_0, m, AsyncHttpProviderUtils.getAuthority(uri));
630630
} else {
631631
String path = null;
632-
if (proxyServer != null && !isSecure(uri))
632+
if (proxyServer != null)
633633
path = uri.toString();
634634
else if (uri.getRawQuery() != null)
635635
path = uri.getRawPath() + "?" + uri.getRawQuery();

0 commit comments

Comments
 (0)