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

Oleg Kalnichevski commented on HTTPASYNC-57:
--------------------------------------------

could you please re-test against the latest snapshot off svn trunk? i believe 
it's been fixed.

Oleg

> Request against HTTPS URL using HTTP proxy fails (creates many thousand HTTP 
> proxy connections)
> -----------------------------------------------------------------------------------------------
>
>                 Key: HTTPASYNC-57
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-57
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Bug
>    Affects Versions: 4.0-beta4
>            Reporter: Robert Stupp
>         Attachments: HttpsRequestsUsingProxyTest.java
>
>
> Creating requests against plain HTTP URIs using a HTTP proxy works fine.
> But when a requests against a HTTPS URI is issued using a HTTP proxy, 
> httpasyncclient stucks in a loop creating new connections against the HTTP 
> proxy (results in many many thousand established proxy connections).
> Wiresharks shows that the proxy responded with HTTP/200 for the CONNECT 
> request and that a small amount of data (a few bytes) has been exchanged.
> The attatched JUnit demonstrates the failure.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to