currently, if a a request handler errors out, that results in `#end` never being called and thus the response never being closed https://github.com/complate/complate-express/blob/0d4389a8994ab091f29d63a175257eb06e51126f/src/index.js#L24
currently, if a a request handler errors out, that results in
#endnever being called and thus the response never being closedcomplate-express/src/index.js
Line 24 in 0d4389a