Thin Versions Save

A very fast & simple Ruby web server

v1.8.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/macournoyer/thin/compare/v1.8.1...v1.8.2

v1.8.1

2 years ago
  • Fix possible HTTP Response Splitting

v1.7.0

7 years ago
  • Rack 2 support
  • Ensure Response body.close is called in the same thread Fixes issues with ActiveRecord connection management [#307]
  • Fix TCP/IP Backend reports incorrect port when asked to bind to 0 [meschbach]
  • Work with ruby 2.3's --enable-frozen-string-literal [jeremyevans]