-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
11
The PlainHttpConnection::connectAsync method implements a retry logic that will call connect() again if connect() throws the first time. This will not work, as the channel is closed when connect() throws. That logic should be removed. Reconnection should only be attempted at a higher level (MultiExchange).
- links to
-
Review(master) openjdk/jdk/26087