Skip to content

0.18.1

Latest

Choose a tag to compare

@ponylang-main ponylang-main released this 06 Aug 13:46
· 8 commits to main since this release

Send TLS close_notify on graceful close

Calling close() on a TLS connection now sends a close_notify alert before closing the TCP connection. Without it, the peer cannot tell a clean shutdown from a truncated stream (RFC 8446 section 6.1).

When a peer sends close_notify, the connection now closes gracefully instead of tearing down immediately -- pending writes complete before the connection closes.

[0.18.1] - 2026-08-06

Fixed

  • Send TLS close_notify on graceful close (PR #358)