owncloud / protoc-gen-microweb

Protoc generator for Micro web services
Apache License 2.0
7 stars 6 forks source link

Return proper http status on not found errors #12

Closed rhafer closed 2 years ago

rhafer commented 2 years ago

If the underlying handler returns a not found error for a request also set the HTTP status to 404 ("Not Found").

Fixes: https://github.com/owncloud/ocis/issues/4276