3.0.5
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.