Thin v1.6.0 Release Notes

Release Date: 2013-10-02 // over 10 years ago
    • Accept absolute URL in request line, eg.: 'GET http://site.com/he/lo HTTP/1.1'.
    • HEAD request no longer return a body in the response.
    • No longer stop EventMachine's reactor loop unless it was started by Thin.
    • Make request env keys upcasing locale-agnostic.
    • Use Ruby's Logger for logging. [Akshay Moghe]. The logger can now be set using Thin::Logging.logger=. Tracing of request is handled by a second logger, Thin::Logging.trace_logger=.
    • Add --threadpool-size option to configure EM's thread pool size (default: 20).
    • Pipelining is no longer supported.