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 panic when type is not found #52

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dmcgowan
Copy link
Member

@dmcgowan dmcgowan commented Nov 5, 2024

Fixes panic when type is not found and no handler is hit. The previous behavior without the handlers was to always return the not found error, that should be the default when the handlers do not return a result.

Signed-off-by: Derek McGowan <derek@mcg.dev>
@AkihiroSuda AkihiroSuda merged commit 1666bdb into containerd:main Nov 5, 2024
3 checks passed
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.

4 participants