Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

ignore io exception #579

Merged
merged 1 commit into from
Dec 9, 2022
Merged

ignore io exception #579

merged 1 commit into from
Dec 9, 2022

Conversation

standlove
Copy link
Contributor

No description provided.

@standlove standlove merged commit d064a96 into topcoder-archive:dev Dec 9, 2022
@@ -308,7 +308,7 @@ private static void writeDataAndClose(InputStream in, OutputStream out) throws I
}
// flush output stream
out.flush();
} catch (SocketException e) {
} catch (IOException e) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@standlove : Could you add a log so that we know when this happens gain in future?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants