elli v1.0.1 Release Notes

Release Date: 2014-04-16 // almost 10 years ago
    • Fix bug in SSL acceptor pool where due to failed handshakes, Elli runs out of acceptors. Thanks to Stefan Grundmann.

    • In case a handler (or middleware) returns a response Elli does not understand, Elli will now respond with a 500 error. Thanks to Johannes Huning.

    • Added elli_request:get_arg_decoded/2,3 which HTTP URI decodes the value passed in the request. Thanks to Mariano Valles.