Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 226 Bytes

File metadata and controls

3 lines (2 loc) · 226 Bytes

Send TLS close_notify on graceful close

Closing a TLS connection now sends a close_notify alert before the TCP shutdown. Without it, the peer could not distinguish a clean close from a truncated stream (RFC 8446 §6.1).