mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
Some code wants its TLS sockets to close immediately without sending BYE message and waiting for the response. Recent seastar update changed the way this functionality is requested (scylladb/seastar#2986) Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#26253