On Wed, 22 Oct 2025 18:26:16 GMT, Brian Burkhalter <[email protected]> wrote:
> Remove catching `InterruptedIOException` and throw `IOException` in response > to `InterruptedException` instead of throwing `InterruptedIOException`. It seems really unfortunate that `java.net.SocketTimeoutException` extends `InterruptedIOException` as SocketTimeoutException looks to have a larger footprint in signatures / specifications, and usages could (but unlikely) catch InterruptedIOException. ------------- PR Comment: https://git.openjdk.org/jdk/pull/27941#issuecomment-3436119217
