jd created HTTPCORE-352:
---------------------------
Summary: DefaultConnectingIOReactor connection queue handling
Key: HTTPCORE-352
URL: https://issues.apache.org/jira/browse/HTTPCORE-352
Project: HttpComponents HttpCore
Issue Type: Improvement
Components: HttpCore NIO
Affects Versions: 4.3
Environment: All
Reporter: jd
Priority: Minor
DefaultConnectingIOReactor.processSessionRequests returns if connect succeeds
immediately. Instead, it should add addChannel and continue with next
SessionRequestImpl and return when there are not more SessionRequestImpl left
in requestQueue.
Refer Code: org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
Line: 277 Change from return to continue
Version: httpcore-nio, 4.3
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]