Skip to content

Commit

Permalink
fix readBufferOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Oct 3, 2023
1 parent 67a1e31 commit f3f6ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accountresolver/bundlerreader.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func (r *BundleReader) fillBuffer() error {

r.headerWritten = true
r.readBuffer = append(header, data...)
r.readBufferOffset = 0
return nil
}

Expand Down

0 comments on commit f3f6ae4

Please sign in to comment.