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: [email protected]
For additional commands, e-mail: [email protected]