You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2013/10/17 18:45:44 UTC

[jira] [Created] (HTTPASYNC-57) Request against HTTPS URL using HTTP proxy fails (creates many thousand HTTP proxy connections)

Robert Stupp created HTTPASYNC-57:
-------------------------------------

             Summary: 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org