Skip to content

[remote] Fix ReadAt to comply with io.ReaderAt semantics#362

Open
tedcy wants to merge 1 commit intogoharbor:mainfrom
tedcy:fix-httpreadseeker-readerat
Open

[remote] Fix ReadAt to comply with io.ReaderAt semantics#362
tedcy wants to merge 1 commit intogoharbor:mainfrom
tedcy:fix-httpreadseeker-readerat

Conversation

@tedcy
Copy link
Copy Markdown

@tedcy tedcy commented Mar 31, 2026

Description

Fixed httpReadSeeker.ReadAt to comply with io.ReaderAt interface by using io.ReadFull.

Related Issue

Fixes #361

Signed-off-by: chengyue <yue.cheng.ted@gmail.com>
@tedcy tedcy force-pushed the fix-httpreadseeker-readerat branch from 4b86d94 to 77b80a4 Compare March 31, 2026 16:50
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.

httpReadSeeker.ReadAt violates io.ReaderAt interface contract

1 participant