Skip to content

0.2.2

Choose a tag to compare

@ponylang-main ponylang-main released this 10 Dec 12:51
· 240 commits to main since this release

Fix HTTP/1.0 connections not closing without keep-alive

Due to a logic bug this lib was not closing HTTP/1.0 connections when the request wasnt sending a Connection header. This caused tools like ab to hang, as they expect the connection to close to determine when the request is fully done, unless the -k flag is provided.

[0.2.2] - 2020-12-10

Fixed

  • Fix HTTP/1.0 connections not closing without keep-alive (PR #19)