Skip to content

Commit 8c9f0f4

Browse files
jbescossenivam
authored andcommitted
java.io.UncheckedIOException: java.io.IOException: Connection is closed#5973
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent 02f1d71 commit 8c9f0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ public OutputStream getOutputStream(final int contentLength) throws IOException
720720
// output streams writes out bytes only on close (for example GZipOutputStream).
721721
response.close();
722722
} catch (final Exception e) {
723-
LOGGER.log(Level.WARNING, LocalizationMessages.ERROR_CLOSING_COMMIT_OUTPUT_STREAM(), e);
723+
LOGGER.log(Level.FINER, LocalizationMessages.ERROR_CLOSING_COMMIT_OUTPUT_STREAM(), e);
724724
}
725725
}
726726
}

0 commit comments

Comments
 (0)