-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b05
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8258025 | 11.0.11-oracle | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8232666 | 11.0.6 | Daniel Fuchs | P4 | Resolved | Fixed | b01 |
There's a jdk private property that allows to disable retry on connect, but the logic that handles it is inverted, and so retry on connect is disabled by default. Having retry on connect disabled by default may be the right thing to do, but then the name of the property should be change to reflect what it really does (see MultiExchange.java).
Alternatively - we could retry on ConnectException on the condition that id does not double the connect timeout.
Alternatively - we could retry on ConnectException on the condition that id does not double the connect timeout.
- backported by
-
JDK-8232666 HttpClient: The logic of retry on connect exception is inverted
- Resolved
-
JDK-8258025 HttpClient: The logic of retry on connect exception is inverted
- Resolved
- duplicates
-
JDK-8216382 java/net/httpclient/ProxyAuthDisabledSchemesSSL.java fails with Connection Refused
- Closed
- relates to
-
JDK-8216382 java/net/httpclient/ProxyAuthDisabledSchemesSSL.java fails with Connection Refused
- Closed