loentar / ngrest

Fast and easy C++ RESTful WebServices framework
Apache License 2.0
465 stars 94 forks source link

HttpException status not handled by modules #63

Closed Tazura closed 5 years ago

Tazura commented 5 years ago

ModMessageCallback in ngrest_server.cpp doesnt handle HttpException and always uses 500 status.

loentar commented 5 years ago

Merged, thank you for contributing