novaframework / nova

Web framework for Erlang.
http://www.novaframework.org
Apache License 2.0
230 stars 22 forks source link

fix: nova_watcher and static files #242

Closed burbas closed 10 months ago

burbas commented 10 months ago

This contains one fix for nova_watcher that fixes the output messages coming from the sub-process.

It also contains bug fix for when nova got into an infinite loop when accessing a file that did not exist.

Novas error_controller was also updated to handle the accept header in a proper manner.