Skip to content

0.3.2

Choose a tag to compare

@ponylang-main ponylang-main released this 07 Apr 18:40

Fix crash when closing a connection during setup

Closing or disposing a connection while it was still being set up (before internal initialization completed) could crash the program. This was a race condition that was unlikely but possible, particularly on arm64. Connections now handle early close safely.

Fix connection stall after large request with backpressure

HTTP connections could stop processing incoming data after completing a large write that triggered backpressure, causing the connection to hang.

[0.3.2] - 2026-04-07

Fixed

  • Fix crash when closing a connection during setup (PR #114)
  • Fix connection stall after large request with backpressure (PR #117)