0.12.2
Added
- The
Content-Length
header, in outgoing POST requests, to allow validation and memory pre-allocation in the receiving server - Validation of the
Content-Length
header againstMaxRequestBodySize
(if specified), instead of readingresponse[:MaxRequestBodySize]
, trying to parse it and failing if truncated
Removed
Nothing!
Bug Fixes, Performance and Maintenance
- Followed users list is now faster because it uses the new
feed
table to sort followed users by latest activity, and the page contents are streamed while reading result rows - Fix for harmless warnings about inability to send the response, when generating a cached response