Skip to content

0.3.1

Latest

Choose a tag to compare

@ponylang-main ponylang-main released this 22 Jun 14:47
· 2 commits to main since this release

Fix response never arriving after sending a large request

After sending a large request, a connection could stop receiving the server's response — the response would never arrive and the request would hang indefinitely. No error was raised and the connection was not closed; it simply went quiet, even though the server had already replied. This most often showed up on connections that pushed a large request body, such as uploads. Responses now arrive as expected.

[0.3.1] - 2026-06-22

Fixed

  • Fix response never arriving after sending a large request (PR #59)