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

adapter.http: remove nonfunctional 'Not Implemented' check #44

Conversation

jkhsjdhjs
Copy link

This check was intended to return 501 instead of 404 for routes that haven't been implemented. However, we explicitly implement these routes to return 501 now anyway, returning 501 for all other paths would be semantically incorrect anyway and the check never worked.

This check was intended to return 501 instead of 404 for routes that
haven't been implemented. However, we explicitly implement these routes
to return 501 now anyway, returning 501 for all other paths would be
semantically incorrect anyway and the check never worked.
Copy link
Collaborator

@Frosty2500 Frosty2500 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Frosty2500 Frosty2500 merged commit b826036 into feature/http_api Jun 20, 2024
14 checks passed
@Frosty2500 Frosty2500 deleted the http_api/remove_nonfunctional_not_implemented_check branch June 20, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants