Skip to content

3.0.5

Compare
Choose a tag to compare
@puzpuzpuz puzpuzpuz released this 26 Jun 12:18
· 13 commits to main since this release
38fdfc7

Release overview

Maintenance release to include important bug fixes.

What is new

  • Fix empty request body sent by HTTP sender on retry #38

Sender's buffer is reset on any network write in Flush calls (explicit and implicit). That's to prevent potential ILP message corruption. Besides that, HTTP sender now sends a non-chunked request body.