Thin v0.5.4 Release Notes

    • Don't read the full body, use direct streaming when sending response. See: Response#each As a result, the Content-Length can not be calculated anymore. You have to do set this in your adapter. All frameworks do it anyway. It improve memory usage and boost speed for low concurrency. Thanks to Kent Sibilev and Ezra for their help on that one.
    • Add 'Server' response header
    • Fix --user and --group option not changing daemon process privileges