Skip to content
New issue

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

Rework EmptyQuery db error #46

Open
112batuhan opened this issue Jul 16, 2023 · 0 comments
Open

Rework EmptyQuery db error #46

112batuhan opened this issue Jul 16, 2023 · 0 comments
Labels
Backend bug Something isn't working

Comments

@112batuhan
Copy link
Owner

112batuhan commented Jul 16, 2023

Currently, all of empty Query errors return 200 to comply with the 204 rule in which the response body must be empty. My implementation returns a body with error explanation. This causes proxies to return 502 error on 204 responses.

Currently, this is somewhat acceptable. But needs more investigation and rethinking.

@112batuhan 112batuhan added bug Something isn't working Backend labels Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant