You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: res.sendFile() not correctly resolving paths, impacting res.download() and other APIs that use it internally.
feat: decouple the base Opine route handler from the server it starts so can use Opine as a route handler within other libraries / frameworks as middleware with a server that is not started via app.listen().
feat: attempt to close the server within app.listen() if an exception occurs in the server connection handling loop.