Skip to content

[BUG] BufferedReader return wrong data when read size is larger than buffer  #5789

@yangzhg

Description

@yangzhg

When read data size is larger than buffer, the BufferedReader will return data directly without buffer, but it will not update _current_offset, so when call read again, it will return same data. The read method will not return the read bytes either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions