On Tue, 20 Dec 2022 14:44:02 GMT, Chris Hegarty <che...@openjdk.org> wrote:
>> src/java.net.http/share/classes/jdk/internal/net/http/ResponseSubscribers.java >> line 305: >> >>> 303: } >>> 304: } >>> 305: } catch (Exception ex) { >> >> I believe we should change that line to `catch (IOException | >> ArithmeicException ex) {` > > Agreed. Testing it locally before pushing. Alternatively it seems that moving the try down to line 292 works too. ------------- PR: https://git.openjdk.org/jdk/pull/11722