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: resolve the EOF error during push #130

Merged
merged 1 commit into from
Mar 19, 2025
Merged

fix: resolve the EOF error during push #130

merged 1 commit into from
Mar 19, 2025

Conversation

chlins
Copy link
Contributor

@chlins chlins commented Mar 19, 2025

This pull request includes changes to the pkg/backend/push.go file to resolve an issue with pushing blobs and to enhance the code by importing the io package.

Improvements to blob pushing:

  • pkg/backend/push.go: Wrapped the reader content with io.NopCloser to prevent errors when Close() is called, addressing issue #50.

Code enhancement:

  • pkg/backend/push.go: Added the io package to the import section to support the use of io.NopCloser.

@chlins chlins added the bug Something isn't working label Mar 19, 2025
Copy link
Contributor

@gaius-qi gaius-qi left a comment

Choose a reason for hiding this comment

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

LGTM

@gaius-qi gaius-qi merged commit 6c0bb24 into main Mar 19, 2025
5 checks passed
@gaius-qi gaius-qi deleted the fix/push-eof branch March 19, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants