Skip to content

WIP - allow 204 responses in REST fallback mode #1736

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

leahecole
Copy link
Collaborator

This has the implementation for allowing 204s in REST fallback
I am not able to add tests to the test application because the Sequence service does not allow us to pass in a sequence of HTTP statuses - only gRPC and in gRPC world, 200 and 204 are both considered success. Additionally, I don't believe I could specify the "error" code of 204 in the Echo service, because 204 isn't an error - it's just empty.

TODO:

  • add tests

@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Apr 22, 2025
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant