Added
- The
Content-Lengthheader, in outgoing POST requests, to allow validation and memory pre-allocation in the receiving server - Validation of the
Content-Lengthheader 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
feedtable 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