[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622851#comment-17622851
 ] 

ASF subversion and git services commented on HTTPCLIENT-2240:
-------------------------------------------------------------

Commit ba45d80b072072be322d49835659f20b32bf2fb0 in httpcomponents-client's 
branch refs/heads/master from Oleg Kalnichevski
[ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=ba45d80b0 ]

HTTPCLIENT-2240: fixed incorrect CONNECT method initialization in ProxyClient


> ProxyClient always throws ProtocolException
> -------------------------------------------
>
>                 Key: HTTPCLIENT-2240
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2240
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient (classic)
>    Affects Versions: 5.1.3
>            Reporter: Rostyslav Smirnov
>            Priority: Major
>
> When setting up HTTP proxy tunnel using ProxyClient, the following exception 
> is thrown:
>  
> {code:java}
> Exception in thread "main" org.apache.hc.core5.http.ProtocolException: Target 
> host is unknown
>     at 
> org.apache.hc.core5.http.protocol.RequestTargetHost.process(RequestTargetHost.java:77)
>     at 
> org.apache.hc.core5.http.protocol.DefaultHttpProcessor.process(DefaultHttpProcessor.java:107)
>     at 
> org.apache.hc.core5.http.impl.io.HttpRequestExecutor.preProcess(HttpRequestExecutor.java:246)
>     at 
> org.apache.hc.client5.http.impl.classic.ProxyClient.tunnel(ProxyClient.java:174)
>     at ProxyClientTest.main(ProxyClientTest.java:7){code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to