We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If searching for keys using e.g. http://localhost/key/notexist/ and no keys match, pearldb will exit with the fatal error ../src/main.c:335 - err:-30798: MDB_NOTFOUND: No matching key/data pair found which matches this line https://github.com/willemt/pearldb/blob/master/src/main.c#L335 . Wouldn't it be a lot better if it just responded with a 404?
../src/main.c:335 - err:-30798: MDB_NOTFOUND: No matching key/data pair found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If searching for keys using e.g. http://localhost/key/notexist/ and no keys match, pearldb will exit with the fatal error
../src/main.c:335 - err:-30798: MDB_NOTFOUND: No matching key/data pair found
which matches this line https://github.com/willemt/pearldb/blob/master/src/main.c#L335 . Wouldn't it be a lot better if it just responded with a 404?The text was updated successfully, but these errors were encountered: