mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
Refs scylla-enterprise#5185 Fixes #22901 If a tls socket gets EPIPE the error is not translated to a specific gnutls error code, but only a generic ERROR_PULL/PUSH. Since we treat EPIPE as ignorable for plain sockets, we need to unwind nested exception here to detect that the error was in fact due to this, so we can suppress log output for this. Closes scylladb/scylladb#22888
10 KiB
10 KiB