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

fix: Do not send duplicate NotFound responses #802

Merged
merged 2 commits into from
Mar 1, 2023
Merged

Conversation

flub
Copy link
Contributor

@flub flub commented Feb 28, 2023

The code was accidentally sending this response twice. send_blob()
already sends NotFound, and it seems like it belongs more there.

The code was accidentally sending this response twice.  send_blob()
already sends NotFound, and it seems like it belongs more there.
@flub
Copy link
Contributor Author

flub commented Feb 28, 2023

Test failures are due to flaky tests that will be fixed in either #799 or #804.

@flub flub merged commit c0d4984 into main Mar 1, 2023
@flub flub deleted the flub/no-dup-notfound branch March 1, 2023 09: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