expressjs / serve-static

Serve static files
MIT License
1.4k stars 228 forks source link

Crash fix #38

Closed yurijmikhalevich closed 9 years ago

yurijmikhalevich commented 9 years ago

Request handler may be last in chain.

dougwilson commented 9 years ago

The next function is required. You can use a module like finalhanlder if you want to call this module outside a middleware environment (i.e. manually). The stub next function here does not handle errors.

dougwilson commented 9 years ago

There are two examples of this on the readme you can look at :)