mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
5e73282bbc
This commit simplifies the handling of fatal errors on the network layer. The simplification here is to remove the use of a StringWriter/PrintWriter pair to format the stack trace, removing the need for the method to declare that it throws a checked IOException.